Searched defs:config_file (Results 1 - 2 of 2) sorted by relevance
/httpd/include/ |
H A D | http_config.h | 303 ap_configfile_t *config_file; member in struct:cmd_parms_struct
|
/httpd/modules/core/ |
H A D | mod_macro.c | 138 ap_configfile_t * config_file, 147 int line_number_start = config_file->line_number; 149 while (!ap_cfg_getline(line, MAX_STRING_LEN, config_file)) { 164 config_file->line_number - line_number_start, 183 endp+1, config_file); 718 endp+1, cmd->config_file); 738 cmd->config_file->line_number, cmd->config_file->name); 751 cmd->config_file->line_number, 752 cmd->config_file 137 get_lines_till_end_token(apr_pool_t * pool, ap_configfile_t * config_file, const char *end_token, const char *begin_token, const char *where, apr_array_header_t ** plines) argument [all...] |
Completed in 22 milliseconds