Searched refs:www_auth (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | auth.c | 119 *www_auth, /* WWW-Authenticate header */ in cupsDoAuthentication() local 173 www_auth = httpGetField(http, HTTP_FIELD_WWW_AUTHENTICATE); in cupsDoAuthentication() 175 …for (schemedata = cups_auth_scheme(www_auth, scheme, sizeof(scheme)); schemedata; schemedata = cup… in cupsDoAuthentication() 288 DEBUG_printf(("1cupsDoAuthentication: Unknown auth type: \"%s\"", www_auth)); in cupsDoAuthentication() 915 const char *www_auth, /* WWW-Authenticate header */ in cups_local_auth() 941 www_auth = httpGetField(http, HTTP_FIELD_WWW_AUTHENTICATE); in cups_local_auth() 954 …if (!getenv("GATEWAY_INTERFACE") && (schemedata = cups_auth_find(www_auth, "AuthRef")) != NULL && … in cups_local_auth() 1011 if (cups_auth_find(www_auth, "Negotiate")) in cups_local_auth() 1024 cups_auth_find(www_auth, "PeerCred")) in cups_local_auth() 1047 if ((schemedata = cups_auth_find(www_auth, "Local")) == NULL) in cups_local_auth()
|
/external/python/httplib2/python3/httplib2/ |
D | __init__.py | 329 www_auth = ( 340 match = www_auth.search(the_rest) 348 match = www_auth.search(the_rest)
|
/external/python/httplib2/python2/httplib2/ |
D | __init__.py | 407 www_auth = ( 418 match = www_auth.search(the_rest) 426 match = www_auth.search(the_rest)
|