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()
334 httpGetHostname(NULL, localhost, sizeof(localhost)); in cupsGetPPD3()
345 httpGetHostname(http, http_hostname, sizeof(http_hostname)); in cupsGetPPD3()
Dlibcups2.def345 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
Dhttp.h551 extern const char *httpGetHostname(http_t *http, char *s, int slen) _CUPS_API_1_2;
Dtesthttp.c384 if (httpGetHostname(NULL, hostname, sizeof(hostname))) in main()
Dauth.c788 httpGetHostname(http, http->gsshost, sizeof(http->gsshost)); in cups_gss_getname()