Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_auth_api.c75 array_free_data(&require->user); in http_auth_require_free()
76 array_free_data(&require->group); in http_auth_require_free()
77 array_free_data(&require->host); in http_auth_require_free()
H A Dreqpool.c210 array_free_data(&r->rqst_headers); in request_free_data()
211 array_free_data(&r->resp_headers); in request_free_data()
212 array_free_data(&r->env); in request_free_data()
H A Darray.c94 array_free_data(&da->value); in array_data_array_free()
128 void array_free_data(array * const a) { in array_free_data() function
143 array_free_data(dst); in array_copy_array()
154 array_free_data(a); in array_free()
H A Darray.h67 void array_free_data(array *a);
H A Dmod_evhost.c53 array_free_data(&p->split_vals); in FREE_FUNC()
H A Dplugin.c591 array_free_data(&plugin_stats); in plugins_free()
H A Dmod_extforward.c150 array_free_data(&p->tokens); in FREE_FUNC()
/lighttpd1.4/src/t/
H A Dtest_mod_indexfile.c111 array_free_data(&r.env); in test_mod_indexfile()
H A Dtest_mod_staticfile.c430 array_free_data(&r.rqst_headers); in test_mod_staticfile()
431 array_free_data(&r.resp_headers); in test_mod_staticfile()
H A Dtest_mod_userdir.c190 array_free_data(&r.resp_headers); in test_mod_userdir()
H A Dtest_request.c624 array_free_data(&r.rqst_headers); in test_request()