Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c169 size_t u_len, pwd_len, r_len; in http_auth_get_password() local
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()
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() local
276 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()