Home
last modified time | relevance | path

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

/external/libcups/cups/
Dauth.c40 static const char *cups_auth_find(const char *www_authenticate, const char *scheme);
42 static const char *cups_auth_scheme(const char *www_authenticate, char *scheme, size_t schemesize);
516 cups_auth_find(const char *www_authenticate, /* I - Pointer into WWW-Authenticate header */ in cups_auth_find() argument
522 …DEBUG_printf(("8cups_auth_find(www_authenticate=\"%s\", scheme=\"%s\"(%d))", www_authenticate, sch… in cups_auth_find()
524 while (*www_authenticate) in cups_auth_find()
530 DEBUG_printf(("9cups_auth_find: Before whitespace: \"%s\"", www_authenticate)); in cups_auth_find()
531 while (isspace(*www_authenticate & 255) || *www_authenticate == ',') in cups_auth_find()
532 www_authenticate ++; in cups_auth_find()
533 DEBUG_printf(("9cups_auth_find: After whitespace: \"%s\"", www_authenticate)); in cups_auth_find()
539 …ncmp(www_authenticate, scheme, schemelen) && (isspace(www_authenticate[schemelen] & 255) || www_au… in cups_auth_find()
[all …]