Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:username

45  * Maximum length of a username for digest authentication.
91 * @param username A `char *' pointer to the username value
100 const char *username,
111 MD5Update (&md5, username, strlen (username));
353 * Get the username from the authorization header sent by the client
356 * @return NULL if no username could be found, a pointer
357 * to the username if found
377 "username")))
553 * @param username The username needs to be authenticated
564 const char *username,
600 header, "username");
602 (0 != strcmp(username, un)) )
604 left -= strlen ("username") + len;
762 username,