Home
last modified time | relevance | path

Searched refs:httpResolveHostname (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dlibcups2.def428 httpResolveHostname
Dhttp-addr.c904 httpResolveHostname(http_t *http, /* I - HTTP connection */ in httpResolveHostname() function
Dhttp.h579 extern const char *httpResolveHostname(http_t *http, char *buffer, size_t bufsize) _CUPS_API_2_0;
/external/libcups/scheduler/
Dclient.c186 hostname = httpResolveHostname(con->http, NULL, 0); in cupsdAcceptClient()