Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile.h20 int config_parse_file(server *srv, config_t *context, const char *fn);
H A Dconfigfile.c987 int config_parse_file(server *srv, config_t *context, const char *fn) { in config_parse_file() function
1139 ret = config_parse_file(srv, &context, fn); in config_read()
H A Dconfigparser.y561 if (0 != config_parse_file(ctx->srv, ctx, A->ptr)) { in stringop()
H A Dconfigparser.c1376 if (0 != config_parse_file(ctx->srv, ctx, yymsp[0].minor.yy43->ptr)) { in yy_reduce()