Lines Matching refs:buffer
24 buffer *auth_plain_groupfile;
25 buffer *auth_plain_userfile;
27 buffer *auth_htdigest_userfile;
28 buffer *auth_htpasswd_userfile;
30 buffer *auth_backend_conf;
32 buffer *auth_ldap_hostname;
33 buffer *auth_ldap_basedn;
34 buffer *auth_ldap_binddn;
35 buffer *auth_ldap_bindpw;
36 buffer *auth_ldap_filter;
37 buffer *auth_ldap_cafile;
49 buffer *ldap_filter_pre;
50 buffer *ldap_filter_post;
56 buffer *tmp_buf;
58 buffer *auth_user;
61 buffer *ldap_filter;
69 int http_auth_basic_check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffer…
70 …check(server *srv, connection *con, mod_auth_plugin_data *p, array *req, buffer *url, const char *…
71 int http_auth_digest_generate_nonce(server *srv, mod_auth_plugin_data *p, buffer *fn, char hh[33]);