Searched refs:touched (Results 1 – 2 of 2) sorted by relevance
193 data_string *touched; in config_insert_values_global() local202 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()
92 The field ``data`` and ``lib`` should not be touched in the init function.