Home
last modified time | relevance | path

Searched refs:_httpSetDigestAuthString (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dgetputfile.c96 _httpSetDigestAuthString(http, http->nextnonce, "GET", resource); in cupsGetFd()
351 _httpSetDigestAuthString(http, http->nextnonce, "PUT", resource); in cupsPutFd()
Dhttp-private.h336 extern int _httpSetDigestAuthString(http_t *http, const char *nonce, const char *method, const cha…
Dtesthttp.c731 _httpSetDigestAuthString(http, http->nextnonce, "HEAD", resource); in main()
832 _httpSetDigestAuthString(http, http->nextnonce, "GET", resource); in main()
Dlibcups2.def89 _httpSetDigestAuthString
Drequest.c690 _httpSetDigestAuthString(http, http->nextnonce, "POST", resource); in cupsSendRequest()
Dauth.c290 if (_httpSetDigestAuthString(http, nonce, method, resource)) in cupsDoAuthentication()
Dhttp-support.c1306 _httpSetDigestAuthString( in _httpSetDigestAuthString() function