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

/external/libevent/
H A Devutil.c1799 const char *cp, *addr_part, *port_part; local
1823 port_part = cp+2;
1825 port_part = NULL;
1830 port_part = NULL;
1839 port_part = cp+1;
1842 port_part = NULL;
1846 if (port_part == NULL) {
1849 port = atoi(port_part);

Completed in 67 milliseconds