Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-util.c180 httpGetHostname(http, hostname, sizeof(hostname)); in cupsGetPPD3()
316 httpGetHostname(NULL, localhost, sizeof(localhost)); in cupsGetPPD3()
327 httpGetHostname(http, http_hostname, sizeof(http_hostname)); in cupsGetPPD3()
556 httpGetHostname(http, http_hostname, sizeof(http_hostname)); in cups_get_printer_uri()
Dlibcups2.def354 httpGetHostname
Dadminutil.c973 httpGetHostname(http, cg->cupsd_hostname, sizeof(cg->cupsd_hostname)); in cupsAdminGetServerSettings()
2061 httpGetHostname(http, cg->cupsd_hostname, sizeof(cg->cupsd_hostname)); in cupsAdminSetServerSettings()
2186 httpGetHostname(http, host, sizeof(host)); in get_cupsd_conf()
Ddest-localization.c375 httpGetHostname(http, http_hostname, sizeof(http_hostname)); in cups_create_localizations()
Dhttp-addr.c792 httpGetHostname(http_t *http, /* I - HTTP connection or NULL */ in httpGetHostname() function
Dauth.c526 httpGetHostname(http, http->gsshost, sizeof(http->gsshost)); in cups_gss_getname()
Dtesthttp.c341 if (httpGetHostname(NULL, hostname, sizeof(hostname))) in main()
Dhttp.h548 extern const char *httpGetHostname(http_t *http, char *s, int slen) _CUPS_API_1_2;