Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dconfigparser.y71 static data_unset *configparser_get_variable(config_t *ctx, const buffer *key) { in configparser_get_variable() function
454 …ay_extract_element_klen(vars, BUF_PTR_LEN(A))) || NULL != (du = configparser_get_variable(ctx, A))… in key()
523 } else if (NULL == (A = configparser_get_variable(ctx, B))) { in value()