Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile-glue.c241 case COND_RESULT_UNSET: in config_check_cond_nocache()
242 return COND_RESULT_UNSET; in config_check_cond_nocache()
279 return COND_RESULT_UNSET; in config_check_cond_nocache()
514 if (COND_RESULT_UNSET == caches[dc->context_ndx].result) { in config_check_cond_cached()
532 caches[dc->context_ndx].result == COND_RESULT_UNSET ? "unknown" : in config_check_cond_cached()
539 caches[dc->context_ndx].result == COND_RESULT_UNSET ? "unknown" : in config_check_cond_cached()
557 con->cond_cache[i].result = COND_RESULT_UNSET; in config_cond_cache_reset_item()
H A Dbase.h349 typedef enum { COND_RESULT_UNSET, COND_RESULT_FALSE, COND_RESULT_TRUE } cond_result_t; enumerator