Home
last modified time | relevance | path

Searched refs:array_free (Results 1 – 19 of 19) sorted by relevance

/lighttpd1.4/src/t/
H A Dtest_array.c28 array_free(a); in test_array_get_int_ptr()
40 array_free(a); in test_array_insert_value()
63 array_free(a); in test_array_set_key_value()
H A Dtest_mod_access.c46 array_free(allow); in test_mod_access_check()
47 array_free(deny); in test_mod_access_check()
H A Dtest_mod_indexfile.c87 array_free(indexfiles); in test_mod_indexfile_tryfiles()
105 array_free(mimetypes); in test_mod_indexfile()
H A Dtest_mod_staticfile.c57 array_free(mimetypes_empty); in test_http_response_send_file()
365 array_free(a); in test_mod_staticfile_process()
420 array_free(mimetypes); in test_mod_staticfile()
H A Dtest_mod_evhost.c65 array_free(a); in test_mod_evhost_build_doc_root_path()
H A Dtest_mod_userdir.c150 array_free(include_user); in test_mod_userdir_docroot_handler()
151 array_free(exclude_user); in test_mod_userdir_docroot_handler()
H A Dtest_mod_alias.c102 array_free(aliases); in test_mod_alias_check()
/lighttpd1.4/src/
H A Dconfigfile.c318 array_free(srv->srvconf.modules); in config_check_module_duplicates()
364 array_free(srv->srvconf.modules); in config_compat_module_remove()
378 array_free(srv->srvconf.modules); in config_compat_module_prepend()
583 array_free(srv->srvconf.modules); in config_deprecate_module_compress()
1294 array_free(srv->srvconf.config_touched); in config_finalize()
1561 array_free(srv->config_context); in config_free()
1562 array_free(srv->srvconf.config_touched); in config_free()
1563 array_free(srv->srvconf.modules); in config_free()
1564 array_free(srv->srvconf.upload_tempdirs); in config_free()
H A Darray.h69 void array_free(array *a);
H A Ddata_config.c42 array_free(ds->value); in data_config_free()
H A Dconfigparser.y393 %destructor aelements { array_free($$); }
394 %destructor array { array_free($$); }
585 array_free(C); in aelements()
H A Dmod_ajp13.c623 array_free(cgienv); in ajp13_create_env()
650 array_free(cgienv); in ajp13_create_env()
H A Dmod_maxminddb.c507 array_free((*hctx)->env); in CONNECTION_FUNC()
H A Dmod_extforward.c139 array_free(hctx->env); in handler_ctx_free()
149 array_free(p->default_headers); in FREE_FUNC()
H A Dmod_ssi.c101 array_free(p->ssi_vars); in FREE_FUNC()
102 array_free(p->ssi_cgi_env); in FREE_FUNC()
H A Dmod_auth.c247 array_free(cpv->v.v); in FREE_FUNC()
637 array_free(a); in SETDEFAULTS_FUNC()
H A Darray.c152 void array_free(array * const a) { in array_free() function
H A Dmod_wolfssl.c548 array_free(p->cafiles); in mod_openssl_free_config()
H A Dmod_openssl.c567 array_free(p->cafiles); in mod_openssl_free_config()