HomeSort by relevance Sort by last modified time
    Searched refs:www_auth (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
auth.c 115 *www_auth; /* WWW-Authenticate header */ local
169 www_auth = http->fields[HTTP_FIELD_WWW_AUTHENTICATE];
172 (!_cups_strncasecmp(www_auth, "Basic", 5) ||
173 !_cups_strncasecmp(www_auth, "Digest", 6)))
196 http->digest_tries = _cups_strncasecmp(www_auth, "Digest", 6) != 0;
225 if (!_cups_strncasecmp(www_auth, "Negotiate", 9))
239 if (!_cups_strncasecmp(www_auth, "Basic", 5))
252 else if (!_cups_strncasecmp(www_auth, "Digest", 6))
274 www_auth));
  /external/python/httplib2/python3/httplib2/
__init__.py 329 www_auth = (
340 match = www_auth.search(the_rest)
348 match = www_auth.search(the_rest)
    [all...]
  /external/python/httplib2/python2/httplib2/
__init__.py 407 www_auth = (
418 match = www_auth.search(the_rest)
426 match = www_auth.search(the_rest)
    [all...]

Completed in 1351 milliseconds