Home
last modified time | relevance | path

Searched refs:httpAddrString (Results 1 – 8 of 8) sorted by relevance

/external/libcups/cups/
Dhttp-addrlist.c136 …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()
Dhttp-addr.c396 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
Dlibcups2.def301 httpAddrString
Dhttp.h533 extern char *httpAddrString(const http_addr_t *addr,
Dtesthttp.c406 httpAddrString(&(addr->addr), numeric, sizeof(numeric)); in main()
Dhttp-support.c2431 httpAddrString(&(addr->addr), fqdn, sizeof(fqdn)), in http_resolve_cb()
2671 httpAddrString(&(addr->addr), fqdn, sizeof(fqdn)), in http_resolve_cb()
Dauth.c929 …ups_local_auth(http=%p) hostaddr=%s, hostname=\"%s\"", (void *)http, httpAddrString(http->hostaddr… in cups_local_auth()
Dhttp.c173 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()