Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile.h15 } config_t; typedef
19 void configparser(void *yyp, int yymajor, buffer *yyminor, config_t *ctx);
20 int config_parse_file(server *srv, config_t *context, const char *fn);
21 int config_parse_cmd(server *srv, config_t *context, const char *cmd);
H A Dconfigparser.y2 %extra_argument {config_t *ctx}
14 static void configparser_push(config_t *ctx, data_config *dc, int isnew) { in configparser_push()
30 static data_config *configparser_pop(config_t *ctx) { in configparser_pop()
37 static data_unset *configparser_get_variable(config_t *ctx, const buffer *key) { in configparser_get_variable()
H A Dconfigparser.c17 static void configparser_push(config_t *ctx, data_config *dc, int isnew) { in configparser_push()
33 static data_config *configparser_pop(config_t *ctx) { in configparser_pop()
40 static data_unset *configparser_get_variable(config_t *ctx, const buffer *key) { in configparser_get_variable()
174 #define configparserARG_SDECL config_t *ctx;
175 #define configparserARG_PDECL ,config_t *ctx
176 #define configparserARG_FETCH config_t *ctx = yypParser->ctx
H A Dconfigfile.c931 static int config_parse(server *srv, config_t *context, tokenizer_t *t) { in config_parse()
987 int config_parse_file(server *srv, config_t *context, const char *fn) { in config_parse_file()
1045 int config_parse_cmd(server *srv, config_t *context, const char *cmd) { in config_parse_cmd()
1081 static void context_init(server *srv, config_t *context) { in context_init()
1089 static void context_free(config_t *context) { in context_free()
1095 config_t context; in config_read()