Home
last modified time | relevance | path

Searched refs:config_touched (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbase.h630 array *config_touched; member
H A Dserver.c240 CLEAN(config_touched); in server_init()
364 CLEAN(config_touched); in server_free()
1747 if (NULL == array_get_element(srv->config_touched, du->key->ptr)) { in main()
H A Dconfigfile-glue.c207 array_insert_unique(srv->config_touched, (data_unset *)touched); in config_insert_values_global()