Lines Matching defs:cfg
396 x_cfg *cfg;
406 cfg = our_dconfig(r);
408 where = (cfg != NULL) ? cfg->loc : "nowhere";
443 x_cfg *cfg;
449 cfg = our_cconfig(c);
451 where = (cfg != NULL) ? cfg->loc : "nowhere";
523 x_cfg *cfg = (x_cfg *) mconfig;
528 cfg->local = 1;
529 trace_startup(cmd->pool, cmd->server, cfg, "cmd_example()");
547 x_cfg *cfg;
554 cfg = (x_cfg *) apr_pcalloc(p, sizeof(x_cfg));
559 cfg->local = 0;
560 cfg->congenital = 0;
561 cfg->cmode = CONFIG_MODE_DIRECTORY;
566 cfg->loc = apr_pstrcat(p, "DIR(", dname, ")", NULL);
569 trace_startup(p, NULL, cfg, note);
570 return (void *) cfg;
637 x_cfg *cfg;
644 cfg = (x_cfg *) apr_pcalloc(p, sizeof(x_cfg));
645 cfg->local = 0;
646 cfg->congenital = 0;
647 cfg->cmode = CONFIG_MODE_SERVER;
652 cfg->loc = apr_pstrcat(p, "SVR(", sname, ")", NULL);
653 trace_startup(p, s, cfg, "x_create_server_config()");
654 return (void *) cfg;