Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_proxy.c274 data_array *dfa; in SETDEFAULTS_FUNC() local
317 if (NULL == (dfa = (data_array *)array_get_element(s->extensions, da_ext->key->ptr))) { in SETDEFAULTS_FUNC()
318 dfa = data_array_init(); in SETDEFAULTS_FUNC()
320 buffer_copy_string_buffer(dfa->key, da_ext->key); in SETDEFAULTS_FUNC()
322 array_insert_unique(dfa->value, (data_unset *)df); in SETDEFAULTS_FUNC()
323 array_insert_unique(s->extensions, (data_unset *)dfa); in SETDEFAULTS_FUNC()
325 array_insert_unique(dfa->value, (data_unset *)df); in SETDEFAULTS_FUNC()