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 | 304 httpAddrGetList
|
D | http-support.c | 2268 if ((addrlist = httpAddrGetList(hostTarget, AF_UNSPEC, fqdn)) != NULL) in http_resolve_cb() 2508 if ((addrlist = httpAddrGetList(hostTarget, AF_UNSPEC, fqdn)) != NULL) in http_resolve_cb()
|
D | testhttp.c | 355 addrlist = httpAddrGetList(hostname, AF_UNSPEC, NULL); in main()
|
D | http.h | 524 extern http_addrlist_t *httpAddrGetList(const char *hostname, int family,
|
D | http-addrlist.c | 474 httpAddrGetList(const char *hostname, /* I - Hostname, IP address, or NULL for passive listen addre… in httpAddrGetList() function
|
D | file.c | 1105 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 | 3934 myaddrlist = httpAddrGetList(host, family, service); in http_create()
|