Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microhttpd/
Ddigestauth.c212 lookup_sub_value (char *dest, in lookup_sub_value() function
374 if (0 == (len = lookup_sub_value (user, in MHD_digest_auth_get_username()
598 len = lookup_sub_value (un, in MHD_digest_auth_check()
610 len = lookup_sub_value(r, in MHD_digest_auth_check()
619 if (0 == (len = lookup_sub_value (nonce, in MHD_digest_auth_check()
647 if (0 == lookup_sub_value (uri, in MHD_digest_auth_check()
721 if ( (0 == lookup_sub_value (cnonce, in MHD_digest_auth_check()
724 (0 == lookup_sub_value (qop, sizeof (qop), header, "qop")) || in MHD_digest_auth_check()
727 (0 == lookup_sub_value (nc, sizeof (nc), header, "nc")) || in MHD_digest_auth_check()
728 (0 == lookup_sub_value (response, sizeof (response), header, "response")) ) in MHD_digest_auth_check()