Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c155 char * f_line; in http_auth_get_password() local
165 f_line = f.start; in http_auth_get_password()
167 while (f_line - f.start != f.size) { in http_auth_get_password()
171 f_user = f_line; in http_auth_get_password()
226 f_line = e + 1; in http_auth_get_password()
233 char * f_line; in http_auth_get_password() local
247 f_line = f.start; in http_auth_get_password()
249 while (f_line - f.start != f.size) { in http_auth_get_password()
253 f_user = f_line; in http_auth_get_password()
294 f_line = e + 1; in http_auth_get_password()