Searched refs:config_parse_cmd (Results 1 – 4 of 4) sorted by relevance
21 int config_parse_cmd(server *srv, config_t *context, const char *cmd);
571 if (0 != config_parse_cmd(ctx->srv, ctx, A->ptr)) { in stringop()
1390 if (0 != config_parse_cmd(ctx->srv, ctx, yymsp[0].minor.yy43->ptr)) { in yy_reduce()
1045 int config_parse_cmd(server *srv, config_t *context, const char *cmd) { in config_parse_cmd() function