Searched refs:f_pwd (Results 1 – 1 of 1) sorted by relevance
168 char *f_user, *f_pwd, *e, *f_realm; in http_auth_get_password() local202 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() local272 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 …]