Searched refs:httpAddrGetList (Results 1 – 9 of 9) sorted by relevance
/external/libcups/cups/ |
D | testsnmp.c | 79 if ((host = httpAddrGetList(argv[i], AF_UNSPEC, "161")) == NULL) in main()
|
D | libcups2.def | 295 httpAddrGetList
|
D | testhttp.c | 398 addrlist = httpAddrGetList(hostname, AF_UNSPEC, NULL); in main()
|
D | http.h | 527 extern http_addrlist_t *httpAddrGetList(const char *hostname, int family,
|
D | http-support.c | 2411 if ((addrlist = httpAddrGetList(hostTarget, AF_UNSPEC, fqdn)) != NULL) in http_resolve_cb() 2651 if ((addrlist = httpAddrGetList(hostTarget, AF_UNSPEC, fqdn)) != NULL) in http_resolve_cb()
|
D | http-addrlist.c | 476 httpAddrGetList(const char *hostname, /* I - Hostname, IP address, or NULL for passive listen addre… in httpAddrGetList() function
|
D | file.c | 1138 if ((addrlist = httpAddrGetList(hostname, AF_UNSPEC, portname)) == NULL) in cupsFileOpen()
|
D | dest.c | 705 if ((addrlist = httpAddrGetList(hostname, AF_UNSPEC, portstr)) == NULL) in cupsConnectDest()
|
D | http.c | 4002 myaddrlist = httpAddrGetList(host, family, service); in http_create()
|