Home | History | Annotate | Download | only in include

Lines Matching refs:username

2354  * Get the username from the authorization header sent by the client
2357 * @return NULL if no username could be found, a pointer
2358 * to the username if found
2370 * @param username The username needs to be authenticated
2381 const char *username,
2409 * Get the username and password from the basic authorization header sent by the client
2413 * @return NULL if no username could be found, a pointer
2414 * to the username if found