Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile.h21 int config_parse_cmd(server *srv, config_t *context, const char *cmd);
H A Dconfigparser.y571 if (0 != config_parse_cmd(ctx->srv, ctx, A->ptr)) { in stringop()
H A Dconfigparser.c1390 if (0 != config_parse_cmd(ctx->srv, ctx, yymsp[0].minor.yy43->ptr)) { in yy_reduce()
H A Dconfigfile.c1045 int config_parse_cmd(server *srv, config_t *context, const char *cmd) { in config_parse_cmd() function