Searched refs:config_parse_file (Results 1 – 4 of 4) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | configfile.h | 20 int config_parse_file(server *srv, config_t *context, const char *fn);
|
| H A D | configfile.c | 987 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 D | configparser.y | 561 if (0 != config_parse_file(ctx->srv, ctx, A->ptr)) { in stringop()
|
| H A D | configparser.c | 1376 if (0 != config_parse_file(ctx->srv, ctx, yymsp[0].minor.yy43->ptr)) { in yy_reduce()
|