Home | History | Annotate | Download | only in libevent

Lines Matching full:port_part

1799 	const char *cp, *addr_part, *port_part;
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);