Home
last modified time | relevance | path

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

/external/libcups/cups/
Dgetputfile.c100 _httpSetDigestAuthString(http, http->nextnonce, "GET", resource); in cupsGetFd()
355 _httpSetDigestAuthString(http, http->nextnonce, "PUT", resource); in cupsPutFd()
Dtesthttp.c736 _httpSetDigestAuthString(http, http->nextnonce, "HEAD", resource); in main()
837 _httpSetDigestAuthString(http, http->nextnonce, "GET", resource); in main()
Dhttp-private.h450 extern int _httpSetDigestAuthString(http_t *http, const char *nonce, const char *method, const cha…
Dlibcups2.def71 _httpSetDigestAuthString
Drequest.c695 _httpSetDigestAuthString(http, http->nextnonce, "POST", resource); in cupsSendRequest()
Dauth.c275 if (_httpSetDigestAuthString(http, nonce, method, resource)) in cupsDoAuthentication()
Dhttp-support.c1312 _httpSetDigestAuthString( in _httpSetDigestAuthString() function