Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile-glue.c482 cond_cache_t *cache = &con->cond_cache[dc->context_ndx]; in config_check_cond_nocache()
512 cond_cache_t *caches = con->cond_cache; in config_check_cond_cached()
586 cond_cache_t *cache = &con->cond_cache[dc->context_ndx]; in config_append_cond_match_buffer()
H A Dbase.h357 } cond_cache_t; typedef
433 cond_cache_t *cond_cache;
H A Dconnections.c734 con->cond_cache = calloc(srv->config_context->used, sizeof(cond_cache_t));