Home
last modified time | relevance | path

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

/lighttpd1.4/src/t/
H A Dtest_mod_alias.c25 array_reset_data_strings(aliases); in test_mod_alias_check()
37 array_reset_data_strings(aliases); in test_mod_alias_check()
45 array_reset_data_strings(aliases); in test_mod_alias_check()
54 array_reset_data_strings(aliases); in test_mod_alias_check()
65 array_reset_data_strings(aliases); in test_mod_alias_check()
75 array_reset_data_strings(aliases); in test_mod_alias_check()
85 array_reset_data_strings(aliases); in test_mod_alias_check()
95 array_reset_data_strings(aliases); in test_mod_alias_check()
H A Dtest_mod_evhost.c53 array_reset_data_strings(a); in test_mod_evhost_build_doc_root_path()
56 array_reset_data_strings(a); in test_mod_evhost_build_doc_root_path()
59 array_reset_data_strings(a); in test_mod_evhost_build_doc_root_path()
H A Dtest_mod_ssi.c17 array_reset_data_strings(&r->resp_headers); in test_mod_ssi_reset()
21 array_reset_data_strings(hctx->ssi_vars); in test_mod_ssi_reset()
22 array_reset_data_strings(hctx->ssi_cgi_env); in test_mod_ssi_reset()
H A Dtest_mod_indexfile.c80 array_reset_data_strings(indexfiles); in test_mod_indexfile_tryfiles()
H A Dtest_mod_staticfile.c20 array_reset_data_strings(&r->resp_headers); in test_mod_staticfile_reset()
415 array_reset_data_strings(&r.rqst_headers); in test_mod_staticfile()
H A Dtest_request.c21 array_reset_data_strings(&r->rqst_headers); in test_request_reset()
/lighttpd1.4/src/
H A Dreqpool.c135 array_reset_data_strings(&r->rqst_headers); in request_reset()
139 array_reset_data_strings(&r->env); in request_reset()
H A Darray.h72 void array_reset_data_strings(array *a);
H A Dmod_evhost.c277 array_reset_data_strings(parsed_host); in mod_evhost_build_doc_root_path()
H A Dmod_ssi.c557 array_reset_data_strings(p->ssi_cgi_env); in build_ssi_cgi_vars()
1577 array_reset_data_strings(p->ssi_vars); in mod_ssi_handle_request()
1578 array_reset_data_strings(p->ssi_cgi_env); in mod_ssi_handle_request()
H A Dhttp-header-glue.c272 array_reset_data_strings(&r->resp_headers); in http_response_header_clear()
302 array_reset_data_strings(&r->resp_headers); in http_response_reset()
H A Darray.c158 void array_reset_data_strings(array * const a) { in array_reset_data_strings() function
H A Dresponse.c626 array_reset_data_strings(&r->resp_headers); in http_response_errdoc_init()
H A Dmod_extforward.c642 array_reset_data_strings(forward_array); in mod_extforward_X_Forwarded_For()
/lighttpd1.4/
H A DNEWS2020 * [core] perf: array_reset_data_strings()