Home
last modified time | relevance | path

Searched refs:plugin_data (Results 1 – 25 of 53) sorted by relevance

123

/lighttpd1.4/src/
H A Dmod_rrdtool.c43 } plugin_data; typedef
46 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
49 static void mod_rrd_free_config(plugin_data * const p) { in mod_rrd_free_config()
67 plugin_data *p = p_d; in FREE_FUNC()
79 static int mod_rrd_create_pipe(server *srv, plugin_data *p) { in mod_rrd_create_pipe()
130 static int mod_rrd_exec(server *srv, plugin_data *p) { in mod_rrd_exec()
174 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
319 static int mod_rrd_fatal_error(plugin_data *p) { in mod_rrd_fatal_error()
389 plugin_data *p = p_d; in TRIGGER_FUNC()
407 plugin_data *p = p_d; in mod_rrd_waitpid_cb()
[all …]
H A Dmod_access.c19 } plugin_data; typedef
22 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
44 static void mod_access_patch_config(request_st * const r, plugin_data * const p) { in mod_access_patch_config()
66 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
81 static handler_t mod_access_reject (request_st * const r, plugin_data * const p) { in mod_access_reject()
126 plugin_data *p = p_d; in URIHANDLER_FUNC()
H A Dmod_skeleton.c35 } plugin_data; typedef
57 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
78 static void mod_skeleton_patch_config(request_st * const r, plugin_data * const p) { in mod_skeleton_patch_config()
97 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
112 plugin_data * const p = p_d; in URIHANDLER_FUNC()
H A Dmod_simple_vhost.c26 } plugin_data; typedef
29 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
33 plugin_data *p = p_d; in FREE_FUNC()
62 static void mod_simple_vhost_patch_config(request_st * const r, plugin_data * const p) { in mod_simple_vhost_patch_config()
91 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
155 static int build_doc_root(request_st * const r, plugin_data *p, buffer *out, const buffer *host) { in build_doc_root()
174 plugin_data * const p = p_data; in mod_simple_vhost_docroot()
H A Dmod_authn_sasl.c44 } plugin_data; typedef
51 plugin_data *p = ck_calloc(1, sizeof(*p)); in INIT_FUNC()
61 plugin_data * const p = p_d; in FREE_FUNC()
96 static void mod_authn_sasl_patch_config(request_st * const r, plugin_data * const p) { in mod_authn_sasl_patch_config()
178 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
212 plugin_data *p = (plugin_data *)p_d; in mod_authn_sasl_cb_getopt()
258 plugin_data *p = (plugin_data *)p_d; in mod_authn_sasl_query()
H A Dmod_vhostdb_pgsql.c36 } plugin_data; typedef
108 static void mod_vhostdb_patch_config(request_st * const r, plugin_data * const p);
112 plugin_data *p = (plugin_data *)p_d; in mod_vhostdb_pgsql_query()
172 plugin_data *p = ck_calloc(1, sizeof(*p)); in INIT_FUNC()
182 plugin_data * const p = p_d; in FREE_FUNC()
217 static void mod_vhostdb_patch_config(request_st * const r, plugin_data * const p) { in mod_vhostdb_patch_config()
236 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
H A Dmod_vhostdb.c38 } plugin_data; typedef
98 mod_vhostdb_cache_query (request_st * const r, plugin_data * const p) in mod_vhostdb_cache_query()
113 mod_vhostdb_cache_insert (request_st * const r, plugin_data * const p, vhostdb_cache_entry * const … in mod_vhostdb_cache_insert()
129 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
133 plugin_data *p = p_d; in FREE_FUNC()
175 static void mod_vhostdb_patch_config(request_st * const r, plugin_data * const p) { in mod_vhostdb_patch_config()
196 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
239 plugin_data *p = p_d; in REQUEST_FUNC()
270 plugin_data *p = p_d; in REQUEST_FUNC()
360 const plugin_data * const p = p_d; in TRIGGER_FUNC()
H A Dmod_staticfile.c31 } plugin_data; typedef
34 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
59 static void mod_staticfile_patch_config(request_st * const r, plugin_data * const p) { in mod_staticfile_patch_config()
85 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
141 plugin_data * const p = p_d; in URIHANDLER_FUNC()
H A Dmod_vhostdb_mysql.c37 } plugin_data; typedef
128 static void mod_vhostdb_patch_config (request_st * const r, plugin_data * const p);
132 plugin_data *p = (plugin_data *)p_d; in mod_vhostdb_mysql_query()
194 plugin_data *p = ck_calloc(1, sizeof(*p)); in INIT_FUNC()
204 plugin_data * const p = p_d; in FREE_FUNC()
239 static void mod_vhostdb_patch_config(request_st * const r, plugin_data * const p) { in mod_vhostdb_patch_config()
258 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
H A Dmod_vhostdb_dbi.c46 } plugin_data; typedef
166 static void mod_vhostdb_patch_config (request_st * const r, plugin_data * const p);
170 plugin_data *p = (plugin_data *)p_d; in mod_vhostdb_dbi_query()
231 plugin_data *p = ck_calloc(1, sizeof(*p)); in INIT_FUNC()
241 plugin_data * const p = p_d; in FREE_FUNC()
276 static void mod_vhostdb_patch_config(request_st * const r, plugin_data * const p) { in mod_vhostdb_patch_config()
295 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
H A Dmod_authn_pam.c38 } plugin_data; typedef
45 plugin_data *p = ck_calloc(1, sizeof(*p)); in INIT_FUNC()
71 static void mod_authn_pam_patch_config(request_st * const r, plugin_data * const p) { in mod_authn_pam_patch_config()
91 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
143 plugin_data *p = (plugin_data *)p_d; in mod_authn_pam_query()
H A Dmod_indexfile.c22 } plugin_data; typedef
25 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
45 static void mod_indexfile_patch_config(request_st * const r, plugin_data * const p) { in mod_indexfile_patch_config()
67 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
146 plugin_data *p = p_d; in URIHANDLER_FUNC()
H A Dmod_rewrite.c26 } plugin_data; typedef
29 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
33 plugin_data * const p = p_d; in FREE_FUNC()
87 static void mod_rewrite_patch_config(request_st * const r, plugin_data * const p) { in mod_rewrite_patch_config()
160 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
275 r->plugin_ctx[((plugin_data *)p_d)->id] = NULL; in URIHANDLER_FUNC()
279 static handler_t process_rewrite_rules(request_st * const r, plugin_data *p, const pcre_keyvalue_bu… in process_rewrite_rules()
331 plugin_data * const p = p_d; in URIHANDLER_FUNC()
346 plugin_data *p = p_d; in URIHANDLER_FUNC()
H A Dmod_redirect.c24 } plugin_data; typedef
27 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
31 plugin_data * const p = p_d; in FREE_FUNC()
69 static void mod_redirect_patch_config(request_st * const r, plugin_data * const p) { in mod_redirect_patch_config()
124 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
162 plugin_data * const p = p_d; in URIHANDLER_FUNC()
H A Dmod_userdir.c37 } plugin_data; typedef
40 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
44 plugin_data * const p = p_d; in FREE_FUNC()
82 static void mod_userdir_patch_config(request_st * const r, plugin_data * const p) { in mod_userdir_patch_config()
115 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
174 static handler_t mod_userdir_docroot_construct(request_st * const r, plugin_data * const p, const c… in mod_userdir_docroot_construct()
290 plugin_data * const p = p_d; in URIHANDLER_FUNC()
H A Dmod_authn_file.c50 } plugin_data; typedef
65 plugin_data *p = ck_calloc(1, sizeof(*p)); in INIT_FUNC()
107 static void mod_authn_file_patch_config(request_st * const r, plugin_data * const p) { in mod_authn_file_patch_config()
136 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
283 plugin_data *p = (plugin_data *)p_d; in mod_authn_file_htdigest_get()
398 plugin_data *p = (plugin_data *)p_d; in mod_authn_file_plain_digest()
415 plugin_data *p = (plugin_data *)p_d; in mod_authn_file_plain_basic()
695 plugin_data *p = (plugin_data *)p_d; in mod_authn_file_htpasswd_basic()
H A Dmod_cgi.c68 } plugin_data; typedef
82 plugin_data *plugin_data; /* dumb pointer */ member
115 plugin_data * const p = ck_calloc(1, sizeof(*p)); in INIT_FUNC()
134 plugin_data *p = p_d; in FREE_FUNC()
324 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
438 plugin_data * const p = hctx->plugin_data; in cgi_connection_close()
983 plugin_data *p = p_d; in URIHANDLER_FUNC()
1028 hctx->plugin_data = p; in URIHANDLER_FUNC()
1072 plugin_data * const p = p_d; in SUBREQUEST_FUNC()
1185 plugin_data * const p = p_d; in cgi_trigger_cb()
[all …]
H A Dmod_setenv.c26 } plugin_data; typedef
42 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
76 static void mod_setenv_patch_config(request_st * const r, plugin_data * const p, plugin_config * co… in mod_setenv_patch_config()
145 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
184 plugin_data *p = p_d; in URIHANDLER_FUNC()
219 plugin_data *p = p_d; in REQUEST_FUNC()
248 plugin_data *p = p_d; in REQUEST_FUNC()
H A Dmod_alias.c21 } plugin_data; typedef
24 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
43 static void mod_alias_patch_config(request_st * const r, plugin_data * const p) { in mod_alias_patch_config()
90 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
178 plugin_data * const p = p_d; in PHYSICALPATH_FUNC()
H A Dmod_expire.c32 } plugin_data; typedef
35 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
39 plugin_data * const p = p_d; in FREE_FUNC()
163 static void mod_expire_patch_config(request_st * const r, plugin_data * const p) { in mod_expire_patch_config()
185 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
304 plugin_data *p = p_d; in REQUEST_FUNC()
H A Dmod_evhost.c38 } plugin_data; typedef
41 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
52 plugin_data * const p = p_d; in FREE_FUNC()
149 static void mod_evhost_patch_config(request_st * const r, plugin_data * const p) { in mod_evhost_patch_config()
168 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
326 plugin_data *p = p_d; in mod_evhost_uri_handler()
H A Dmod_authn_gssapi.c49 } plugin_data; typedef
59 plugin_data *p = ck_calloc(1, sizeof(*p)); in INIT_FUNC()
92 static void mod_authn_gssapi_patch_config(request_st * const r, plugin_data * const p) { in mod_authn_gssapi_patch_config()
118 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
206 static int mod_authn_gssapi_create_krb5_ccache(request_st * const r, plugin_data * const p, krb5_co… in mod_authn_gssapi_create_krb5_ccache()
274 static int mod_authn_gssapi_store_gss_creds(request_st * const r, plugin_data * const p, char * con… in mod_authn_gssapi_store_gss_creds()
318 static handler_t mod_authn_gssapi_check_spnego(request_st * const r, plugin_data * const p, const h… in mod_authn_gssapi_check_spnego()
475 …return mod_authn_gssapi_check_spnego(r, (plugin_data *)p_d, require, vb->ptr+sizeof("Negotiate ")-… in mod_authn_gssapi_check()
579 static int mod_authn_gssapi_store_krb5_creds(request_st * const r, plugin_data * const p, in mod_authn_gssapi_store_krb5_creds()
637 plugin_data * const p = (plugin_data *)p_d; in mod_authn_gssapi_basic()
[all …]
H A Dmod_status.c41 } plugin_data; typedef
44 return ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
72 static void mod_status_patch_config(request_st * const r, plugin_data * const p) { in mod_status_patch_config()
100 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
137 static void mod_status_header_append_sort(buffer *b, plugin_data *p, const char* k, size_t klen) in mod_status_header_append_sort()
263 …handler_t mod_status_handle_server_status_html(server *srv, request_st * const r, plugin_data *p) { in mod_status_handle_server_status_html()
547 …handler_t mod_status_handle_server_status_text(server *srv, request_st * const r, plugin_data *p) { in mod_status_handle_server_status_text()
679 static handler_t mod_status_handle_server_status(request_st * const r, plugin_data * const p) { in mod_status_handle_server_status()
792 plugin_data *p = p_d; in mod_status_handler()
813 plugin_data * const p = p_d; in TRIGGER_FUNC()
[all …]
H A Dmod_sockproxy.c14 typedef gw_plugin_data plugin_data; typedef
56 static void mod_sockproxy_patch_config(request_st * const r, plugin_data * const p) { in mod_sockproxy_patch_config()
80 plugin_data * const p = p_d; in SETDEFAULTS_FUNC()
144 plugin_data *p = p_d; in mod_sockproxy_connection_accept()
H A Dmod_deflate.c213 } plugin_data; typedef
234 plugin_data *plugin_data; member
266 plugin_data * const p = ck_calloc(1, sizeof(plugin_data)); in INIT_FUNC()
889 const plugin_data * const p = hctx->plugin_data; in stream_deflate_init()
940 const plugin_data *p = hctx->plugin_data; in stream_deflate_flush()
1010 const plugin_data * const p = hctx->plugin_data; in stream_bzip2_init()
1055 const plugin_data *p = hctx->plugin_data; in stream_bzip2_flush()
1114 const plugin_data * const p = hctx->plugin_data; in stream_br_init()
1208 const plugin_data * const p = hctx->plugin_data; in stream_zstd_init()
1874 plugin_data *p = p_d; in REQUEST_FUNC()
[all …]

123