Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c168 char *f_user, *f_pwd, *e, *f_realm; in http_auth_get_password() local
202 r_len = f_pwd - f_realm; in http_auth_get_password()
203 f_pwd++; in http_auth_get_password()
205 if (NULL != (e = memchr(f_pwd, '\n', f.size - (f_pwd - f.start)))) { in http_auth_get_password()
206 pwd_len = e - f_pwd; in http_auth_get_password()
208 pwd_len = f.size - (f_pwd - f.start); in http_auth_get_password()
250 char *f_user, *f_pwd, *e; in http_auth_get_password() local
272 u_len = f_pwd - f_user; in http_auth_get_password()
273 f_pwd++; in http_auth_get_password()
275 if (NULL != (e = memchr(f_pwd, '\n', f.size - (f_pwd - f.start)))) { in http_auth_get_password()
[all …]