Searched refs:splitport (Results 1 - 4 of 4) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Durllib.py39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
492 host, port = splitport(host)
513 host, port = splitport(host)
1025 # splitport('host:port') --> 'host', 'port'
1120 def splitport(host): function
1121 """splitport('host:port') --> 'host', 'port'."""
1382 hostonly, port = splitport(host)
1406 hostonly, port = splitport(host)
1547 rawHost, port = splitport(host)
H A Durllib2.py113 addinfourl, splitport, splittag, toBytes,
793 host, port = splitport(authority)
1347 host, port = splitport(host)
1367 host, port = splitport(host)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Durllib.py39 "splittype", "splithost", "splituser", "splitpasswd", "splitport",
492 host, port = splitport(host)
513 host, port = splitport(host)
1025 # splitport('host:port') --> 'host', 'port'
1120 def splitport(host): function
1121 """splitport('host:port') --> 'host', 'port'."""
1382 hostonly, port = splitport(host)
1406 hostonly, port = splitport(host)
1547 rawHost, port = splitport(host)
H A Durllib2.py113 addinfourl, splitport, splittag, toBytes,
793 host, port = splitport(authority)
1347 host, port = splitport(host)
1367 host, port = splitport(host)

Completed in 115 milliseconds