Searched refs:check_string (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/session/
H A Dmod_session_cookie.c203 static const char *check_string(cmd_parms * cmd, const char *string) function
226 return check_string(cmd, cookie);
242 return check_string(cmd, cookie);
H A Dmod_session_dbd.c533 static const char *check_string(cmd_parms * cmd, const char *string) function
577 return check_string(cmd, cookie);
592 return check_string(cmd, cookie);
/httpd/modules/aaa/
H A Dmod_auth_form.c196 static const char *check_string(cmd_parms * cmd, const char *string) function
211 return check_string(cmd, location);
219 return check_string(cmd, username);
227 return check_string(cmd, password);
235 return check_string(cmd, method);
243 return check_string(cmd, mimetype);
251 return check_string(cmd, body);

Completed in 24 milliseconds