Home
last modified time | relevance | path

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

/external/libcups/cups/
Dauth.c50 static const char *cups_auth_find(const char *www_authenticate, const char *scheme);
490 cups_auth_find(const char *www_authenticate, /* I - Pointer into WWW-Authenticate header */ in cups_auth_find() function
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()