Lines Matching defs:module_index

64 /* we know core's module_index is 0 */
622 return cpystrn(buf, ap_find_module_short_name(info->module_index), buflen);
1028 static void log_error_core(const char *file, int line, int module_index,
1075 int configured_level = r ? ap_get_request_module_loglevel(r, module_index) :
1076 c ? ap_get_conn_server_module_loglevel(c, s, module_index) :
1077 ap_get_server_module_loglevel(s, module_index);
1152 info.module_index = APLOG_NO_MODULE;
1170 info.module_index = APLOG_NO_MODULE;
1186 info.module_index = module_index;
1249 static void log_error_va_glue(const char *file, int line, int module_index,
1258 log_error_core(file, line, module_index, level, status, s, c, r, pool,
1263 AP_DECLARE(void) ap_log_error_(const char *file, int line, int module_index,
1270 log_error_core(file, line, module_index, level, status, s, NULL, NULL,
1275 AP_DECLARE(void) ap_log_perror_(const char *file, int line, int module_index,
1282 log_error_core(file, line, module_index, level, status, NULL, NULL, NULL,
1287 AP_DECLARE(void) ap_log_rerror_(const char *file, int line, int module_index,
1294 log_error_core(file, line, module_index, level, status, r->server, NULL, r,
1316 AP_DECLARE(void) ap_log_cserror_(const char *file, int line, int module_index,
1324 log_error_core(file, line, module_index, level, status, s, c,
1329 AP_DECLARE(void) ap_log_cerror_(const char *file, int line, int module_index,
1336 log_error_core(file, line, module_index, level, status, c->base_server, c,
1390 static void log_data_core(const char *file, int line, int module_index,
1409 log_error_va_glue(file, line, module_index, level, APR_SUCCESS, s,
1420 log_error_va_glue(file, line, module_index, level, APR_SUCCESS, s,
1426 int module_index, int level,
1431 log_data_core(file, line, module_index, level, s, NULL, NULL, label,
1436 int module_index, int level,
1441 log_data_core(file, line, module_index, level, r->server, NULL, r, label,
1446 int module_index, int level,
1451 log_data_core(file, line, module_index, level, c->base_server, c, NULL,
1455 AP_DECLARE(void) ap_log_csdata_(const char *file, int line, int module_index,
1460 log_data_core(file, line, module_index, level, s, c, NULL, label, data,