Searched refs:httpAddrString (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | http-addrlist.c | 136 …DEBUG_printf(("2httpAddrConnect2: Trying %s:%d...", httpAddrString(&(addrlist->addr), temp, sizeof… in httpAddrConnect2() 201 …DEBUG_printf(("1httpAddrConnect2: Connected to %s:%d...", httpAddrString(&(addrlist->addr), temp, … in httpAddrConnect2() 224 …DEBUG_printf(("1httpAddrConnect2: Unable to connect to %s:%d: %s", httpAddrString(&(addrlist->addr… in httpAddrConnect2() 326 …DEBUG_printf(("1httpAddrConnect2: Connected to %s:%d...", httpAddrString(&peer, temp, sizeof(temp)… in httpAddrConnect2()
|
D | http-addr.c | 396 return (httpAddrString(addr, name, namelen)); in httpAddrLookup() 422 return (httpAddrString(addr, name, namelen)); in httpAddrLookup() 499 httpAddrString(const http_addr_t *addr, /* I - Address to convert */ in httpAddrString() function
|
D | libcups2.def | 301 httpAddrString
|
D | http.h | 533 extern char *httpAddrString(const http_addr_t *addr,
|
D | testhttp.c | 406 httpAddrString(&(addr->addr), numeric, sizeof(numeric)); in main()
|
D | http-support.c | 2431 httpAddrString(&(addr->addr), fqdn, sizeof(fqdn)), in http_resolve_cb() 2671 httpAddrString(&(addr->addr), fqdn, sizeof(fqdn)), in http_resolve_cb()
|
D | auth.c | 929 …ups_local_auth(http=%p) hostaddr=%s, hostname=\"%s\"", (void *)http, httpAddrString(http->hostaddr… in cups_local_auth()
|
D | http.c | 173 httpAddrString(http->hostaddr, http->hostname, sizeof(http->hostname)); in httpAcceptConnection() 2423 httpAddrString(&(current->addr), temp, sizeof(temp)), in httpReconnect2() 2473 httpAddrString(http->hostaddr, temp, sizeof(temp)), in httpReconnect2()
|