Home
last modified time | relevance | path

Searched refs:www_authenticate (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);
52 static const char *cups_auth_scheme(const char *www_authenticate, char *scheme, size_t schemesize);
490 cups_auth_find(const char *www_authenticate, /* I - Pointer into WWW-Authenticate header */ in cups_auth_find() argument
496 …DEBUG_printf(("8cups_auth_find(www_authenticate=\"%s\", scheme=\"%s\"(%d))", www_authenticate, sch… in cups_auth_find()
498 while (*www_authenticate) in cups_auth_find()
504 DEBUG_printf(("9cups_auth_find: Before whitespace: \"%s\"", www_authenticate)); in cups_auth_find()
505 while (isspace(*www_authenticate & 255) || *www_authenticate == ',') in cups_auth_find()
506 www_authenticate ++; in cups_auth_find()
507 DEBUG_printf(("9cups_auth_find: After whitespace: \"%s\"", www_authenticate)); in cups_auth_find()
513 …ncmp(www_authenticate, scheme, schemelen) && (isspace(www_authenticate[schemelen] & 255) || www_au… in cups_auth_find()
[all …]