Searched refs:pwd_len (Results 1 – 1 of 1) sorted by relevance
169 size_t u_len, pwd_len, r_len; in http_auth_get_password() local206 pwd_len = e - f_pwd; in http_auth_get_password()208 pwd_len = f.size - (f_pwd - f.start); in http_auth_get_password()217 buffer_copy_string_len(password, f_pwd, pwd_len); in http_auth_get_password()251 size_t u_len, pwd_len; in http_auth_get_password() local276 pwd_len = e - f_pwd; in http_auth_get_password()278 pwd_len = f.size - (f_pwd - f.start); in http_auth_get_password()285 buffer_copy_string_len(password, f_pwd, pwd_len); in http_auth_get_password()