Home
last modified time | relevance | path

Searched refs:touched (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile-glue.c193 data_string *touched; in config_insert_values_global() local
202 touched = data_string_init(); in config_insert_values_global()
204 buffer_copy_string_len(touched->value, CONST_STR_LEN("")); in config_insert_values_global()
205 buffer_copy_string_buffer(touched->key, du->key); in config_insert_values_global()
207 array_insert_unique(srv->config_touched, (data_unset *)touched); in config_insert_values_global()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dplugins.txt92 The field ``data`` and ``lib`` should not be touched in the init function.