Searched refs:httpSetAuthString (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | auth.c | 140 httpSetAuthString(http, NULL, NULL); in cupsDoAuthentication() 250 httpSetAuthString(http, "Basic", encode); in cupsDoAuthentication() 269 httpSetAuthString(http, "Digest", digest); in cupsDoAuthentication() 442 httpSetAuthString(http, NULL, NULL); in _cupsSetNegotiateAuthString() 730 httpSetAuthString(http, "AuthRef", buffer); in cups_local_auth() 777 httpSetAuthString(http, "PeerCred", username); in cups_local_auth() 857 httpSetAuthString(http, "Local", certificate); in cups_local_auth()
|
D | libcups2.def | 390 httpSetAuthString
|
D | request.c | 192 httpSetAuthString(http, NULL, NULL); in cupsDoIORequest()
|
D | http.h | 568 extern void httpSetAuthString(http_t *http, const char *scheme,
|
D | http.c | 2479 httpSetAuthString(http_t *http, /* I - HTTP connection */ in httpSetAuthString() function
|