Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile-glue.c298 case CONFIG_COND_EQ: in config_check_cond_nocache()
337 if ((dc->cond == CONFIG_COND_EQ || in config_check_cond_nocache()
381 return (dc->cond == CONFIG_COND_EQ) ? COND_RESULT_TRUE : COND_RESULT_FALSE; in config_check_cond_nocache()
383 return (dc->cond == CONFIG_COND_EQ) ? COND_RESULT_FALSE : COND_RESULT_TRUE; in config_check_cond_nocache()
472 case CONFIG_COND_EQ: in config_check_cond_nocache()
474 return (dc->cond == CONFIG_COND_EQ) ? COND_RESULT_TRUE : COND_RESULT_FALSE; in config_check_cond_nocache()
476 return (dc->cond == CONFIG_COND_EQ) ? COND_RESULT_FALSE : COND_RESULT_TRUE; in config_check_cond_nocache()
H A Darray.h77 CONFIG_COND_EQ, /** == */ enumerator
H A Dconfigparser.y393 case CONFIG_COND_EQ: in SRVVARNAME()
466 case CONFIG_COND_EQ: in SRVVARNAME()
530 A = CONFIG_COND_EQ; in cond()
H A Dconfigparser.c1179 case CONFIG_COND_EQ: in yy_reduce()
1252 case CONFIG_COND_EQ: in yy_reduce()
1323 yygotominor.yy27 = CONFIG_COND_EQ; in yy_reduce()
H A Dnetwork.c959 if (dc->cond != CONFIG_COND_EQ) continue;