Home
last modified time | relevance | path

Searched refs:www_auth (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dauth.c115 *www_auth; /* WWW-Authenticate header */ in cupsDoAuthentication() local
169 www_auth = http->fields[HTTP_FIELD_WWW_AUTHENTICATE]; in cupsDoAuthentication()
172 (!_cups_strncasecmp(www_auth, "Basic", 5) || in cupsDoAuthentication()
173 !_cups_strncasecmp(www_auth, "Digest", 6))) in cupsDoAuthentication()
196 http->digest_tries = _cups_strncasecmp(www_auth, "Digest", 6) != 0; in cupsDoAuthentication()
225 if (!_cups_strncasecmp(www_auth, "Negotiate", 9)) in cupsDoAuthentication()
239 if (!_cups_strncasecmp(www_auth, "Basic", 5)) in cupsDoAuthentication()
252 else if (!_cups_strncasecmp(www_auth, "Digest", 6)) in cupsDoAuthentication()
274 www_auth)); in cupsDoAuthentication()
/external/python/httplib2/python3/httplib2/
D__init__.py329 www_auth = (
340 match = www_auth.search(the_rest)
348 match = www_auth.search(the_rest)
/external/python/httplib2/python2/httplib2/
D__init__.py407 www_auth = (
418 match = www_auth.search(the_rest)
426 match = www_auth.search(the_rest)