Home
last modified time | relevance | path

Searched refs:httpAddrPort (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Dhttp-addrlist.c136 …ing %s:%d...", httpAddrString(&(addrlist->addr), temp, sizeof(temp)), httpAddrPort(&(addrlist->add… in httpAddrConnect2()
201 … to %s:%d...", httpAddrString(&(addrlist->addr), temp, sizeof(temp)), httpAddrPort(&(addrlist->add… in httpAddrConnect2()
224 …to %s:%d: %s", httpAddrString(&(addrlist->addr), temp, sizeof(temp)), httpAddrPort(&(addrlist->add… in httpAddrConnect2()
326 …Connect2: Connected to %s:%d...", httpAddrString(&peer, temp, sizeof(temp)), httpAddrPort(&peer))); in httpAddrConnect2()
Drequest.c1008 …(httpAddrFamily(cg->http->hostaddr) != AF_LOCAL && cg->ipp_port != httpAddrPort(cg->http->hostaddr… in _cupsConnect()
1010 cg->ipp_port != httpAddrPort(cg->http->hostaddr) || in _cupsConnect()
Dppd-util.c346 http_port = httpAddrPort(http->hostaddr); in cupsGetPPD3()
Dlibcups2.def300 httpAddrPort
Ddest-localization.c378 port == httpAddrPort(http->hostaddr)) in cups_create_localizations()
Dhttp-addr.c456 httpAddrPort(http_addr_t *addr) /* I - Address */ in httpAddrPort() function
Dhttp.h604 extern int httpAddrPort(http_addr_t *addr) _CUPS_API_1_7;
Dhttp.c2424 httpAddrPort(&(current->addr)))); in httpReconnect2()
2474 httpAddrPort(http->hostaddr))); in httpReconnect2()
4453 httpAddrPort(http->hostaddr)) < 1) in http_send()
Dadminutil.c873 cg->ipp_port != httpAddrPort(cg->http->hostaddr) || in cupsAdminGetServerSettings()