Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-addrlist.c132 …DEBUG_printf(("2httpAddrConnect2: Trying %s:%d...", httpAddrString(&(addrlist->addr), temp, sizeof… in httpAddrConnect2()
197 …DEBUG_printf(("1httpAddrConnect2: Connected to %s:%d...", httpAddrString(&(addrlist->addr), temp, … in httpAddrConnect2()
220 …DEBUG_printf(("1httpAddrConnect2: Unable to connect to %s:%d: %s", httpAddrString(&(addrlist->addr… in httpAddrConnect2()
322 …DEBUG_printf(("1httpAddrConnect2: Connected to %s:%d...", httpAddrString(&peer, temp, sizeof(temp)… in httpAddrConnect2()
Dhttp-addr.c394 return (httpAddrString(addr, name, namelen)); in httpAddrLookup()
420 return (httpAddrString(addr, name, namelen)); in httpAddrLookup()
497 httpAddrString(const http_addr_t *addr, /* I - Address to convert */ in httpAddrString() function
Dlibcups2.def353 httpAddrString
Dtesthttp.c401 httpAddrString(&(addr->addr), numeric, sizeof(numeric)); in main()
Dhttp.h511 extern char *httpAddrString(const http_addr_t *addr, char *s, int slen) _CUPS_API_1_2;
Dhttp-support.c2432 httpAddrString(&(addr->addr), fqdn, sizeof(fqdn)), in http_resolve_cb()
2672 httpAddrString(&(addr->addr), fqdn, sizeof(fqdn)), in http_resolve_cb()
Dauth.c955 …ups_local_auth(http=%p) hostaddr=%s, hostname=\"%s\"", (void *)http, httpAddrString(http->hostaddr… in cups_local_auth()
Dhttp.c169 httpAddrString(http->hostaddr, http->hostname, sizeof(http->hostname)); in httpAcceptConnection()
2383 httpAddrString(&(current->addr), temp, sizeof(temp)), in httpReconnect2()
2433 httpAddrString(http->hostaddr, temp, sizeof(temp)), in httpReconnect2()
/external/libcups/scheduler/
Dlisten.c146 httpAddrString(&(lis->address), s, sizeof(s)); in cupsdStartListening()
Dnetwork.c166 httpAddrString((http_addr_t *)(addr->ifa_addr), hostname, in cupsdNetIFUpdate()
Dmain.c1863 …"service_add_listener: Listener #%d at fd %d, \"%s\".", idx + 1, fd, httpAddrString(&addr, s, size… in service_add_listener()
1881 …ervice_add_listener: Matched existing listener #%d to %s.", idx + 1, httpAddrString(&(lis->address… in service_add_listener()
1885 …G, "service_add_listener: Adding new listener #%d for %s.", idx + 1, httpAddrString(&addr, s, size… in service_add_listener()
Dprocess.c321 httpAddrString(&(lis->address), domain, sizeof(domain)); in cupsdCreateProfile()
Dclient.c148 …cupsdLogClient(con, CUPSD_LOG_DEBUG, "Server address is \"%s\".", httpAddrString(&con->clientaddr,… in cupsdAcceptClient()
329 httpAddrString(&temp, con->servername, sizeof(con->servername)); in cupsdAcceptClient()
3376 httpAddrString(httpGetAddress(con->http), remote_addr + 12, in pipe_command()
Dcups-lpd.c181 httpAddrString(&hostaddr, hostip, sizeof(hostip)); in main()
Dconf.c3102 httpAddrString(&lis->address, temp, sizeof(temp)); in read_cupsd_conf()
3147 httpAddrString(&lis->address, temp, sizeof(temp)); in read_cupsd_conf()
/external/libcups/backend/
Dsocket.c378 httpAddrString(&(addr->addr), addrname, sizeof(addrname)), in main()
Dnetwork.c92 …fprintf(stderr, "DEBUG: %s=%s\n", hostname, httpAddrString(&current->addr, addrname, sizeof(addrna… in backendLookup()
Dsnmp.c897 httpAddrString(&(packet.address), addrname, sizeof(addrname)); in read_snmp_response()
1209 httpAddrString(&(addr->addr), temp, sizeof(temp))); in scan_devices()
Dlpd.c936 httpAddrString(&(addr->addr), addrname, sizeof(addrname)), in lpd_queue()
Dsnmp-supplies.c556 httpAddrString(addr, addrstr, sizeof(addrstr)); in backend_init_supplies()
Dipp.c867 httpAddrString(http->hostaddr, addrname, sizeof(addrname)), in main()