Searched refs:httpResolveHostname (Results 1 – 4 of 4) sorted by relevance
428 httpResolveHostname
904 httpResolveHostname(http_t *http, /* I - HTTP connection */ in httpResolveHostname() function
579 extern const char *httpResolveHostname(http_t *http, char *buffer, size_t bufsize) _CUPS_API_2_0;
186 hostname = httpResolveHostname(con->http, NULL, 0); in cupsdAcceptClient()