Home
last modified time | relevance | path

Searched refs:parse_port (Results 1 – 3 of 3) sorted by relevance

/external/adhd/scripts/
Dini_editor.py179 parse_port = Port.ParsePortLine(line)
180 if parse_port:
181 return parse_port
/external/libevent/
Dhttp.c4491 parse_port(const char *s, const char *eos) in parse_port() function
4588 else if ((uri->port = parse_port(port+1, eos))<0) in parse_authority()
/external/curl/
DCHANGES2773 the urlapi code, starting with parse_port(). In order to avoid name
2774 collisions in debug builds, parse_port() is renamed Curl_parse_port()