Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigparser.y37 static data_unset *configparser_get_variable(config_t *ctx, const buffer *key) { in configparser_get_variable() function
190 } else if (NULL != (du = configparser_get_variable(ctx, A))) { in key()
251 } else if (NULL == (A = configparser_get_variable(ctx, B))) { in value()
H A Dconfigparser.c40 static data_unset *configparser_get_variable(config_t *ctx, const buffer *key) { in configparser_get_variable() function
890 } else if (NULL != (du = configparser_get_variable(ctx, yymsp[-2].minor.yy43))) { in yy_reduce()
965 } else if (NULL == (yygotominor.yy41 = configparser_get_variable(ctx, yymsp[0].minor.yy43))) { in yy_reduce()