Searched refs:module_index (Results 1 - 16 of 16) sorted by relevance

/httpd/server/
H A Dutil_debug.c107 return ((void **)cv)[m->module_index];
123 AP_DECLARE(int) ap_get_server_module_loglevel(const server_rec *s, int module_index);
126 AP_DECLARE(int) ap_get_server_module_loglevel(const server_rec *s, int module_index) argument
128 if (module_index < 0 || s->log.module_levels == NULL ||
129 s->log.module_levels[module_index] < 0)
134 return s->log.module_levels[module_index];
139 AP_DECLARE(int) ap_get_conn_module_loglevel(const conn_rec *c, int module_index);
142 AP_DECLARE(int) ap_get_conn_module_loglevel(const conn_rec *c, int module_index) argument
145 if (module_index < 0 || l->module_levels == NULL ||
146 l->module_levels[module_index] <
161 ap_get_conn_server_module_loglevel(const conn_rec *c, const server_rec *s, int module_index) argument
181 ap_get_request_module_loglevel(const request_rec *r, int module_index) argument
[all...]
H A Dlog.c64 /* 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, argument
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 log_error_va_glue(const char *file, int line, int module_index, int level, apr_status_t status, const server_rec *s, const conn_rec *c, const request_rec *r, apr_pool_t *pool, const char *fmt, ...) argument
1263 ap_log_error_(const char *file, int line, int module_index, int level, apr_status_t status, const server_rec *s, const char *fmt, ...) argument
1275 ap_log_perror_(const char *file, int line, int module_index, int level, apr_status_t status, apr_pool_t *p, const char *fmt, ...) argument
1287 ap_log_rerror_(const char *file, int line, int module_index, int level, apr_status_t status, const request_rec *r, const char *fmt, ...) argument
1316 ap_log_cserror_(const char *file, int line, int module_index, int level, apr_status_t status, const conn_rec *c, const server_rec *s, const char *fmt, ...) argument
1329 ap_log_cerror_(const char *file, int line, int module_index, int level, apr_status_t status, const conn_rec *c, const char *fmt, ...) argument
1390 log_data_core(const char *file, int line, int module_index, int level, const server_rec *s, const conn_rec *c, const request_rec *r, const char *label, const void *data, apr_size_t len, unsigned int flags) argument
1425 ap_log_data_(const char *file, int line, int module_index, int level, const server_rec *s, const char *label, const void *data, apr_size_t len, unsigned int flags) argument
1435 ap_log_rdata_(const char *file, int line, int module_index, int level, const request_rec *r, const char *label, const void *data, apr_size_t len, unsigned int flags) argument
1445 ap_log_cdata_(const char *file, int line, int module_index, int level, const conn_rec *c, const char *label, const void *data, apr_size_t len, unsigned int flags) argument
1455 ap_log_csdata_(const char *file, int line, int module_index, int level, const conn_rec *c, const server_rec *s, const char *label, const void *data, apr_size_t len, unsigned int flags) argument
[all...]
H A Dutil_script.c52 /* we know core's module_index is 0 */
414 #define SCRIPT_LOG_MARK __FILE__,__LINE__,module_index
419 int module_index)
427 int trace_log = APLOG_R_MODULE_IS_LEVEL(r, module_index, APLOG_TRACE1);
666 char *buffer, int module_index)
669 module_index);
730 int module_index)
733 module_index);
779 int module_index,
790 (void *) &strs, module_index);
416 ap_scan_script_header_err_core_ex(request_rec *r, char *buffer, int (*getsfunc) (char *, int, void *), void *getsfunc_data, int module_index) argument
665 ap_scan_script_header_err_ex(request_rec *r, apr_file_t *f, char *buffer, int module_index) argument
727 ap_scan_script_header_err_brigade_ex(request_rec *r, apr_bucket_brigade *bb, char *buffer, int module_index) argument
777 ap_scan_script_header_err_strs_ex(request_rec *r, char *buffer, int module_index, const char **termch, int *termarg, ...) argument
[all...]
H A Dconfig.c56 /* we know core's module_index is 0 */
241 * by module_index.
279 conf_vector[modp->module_index] = (*df)(p, NULL);
318 conf_vector[modp->module_index] = (*modp->create_server_config)(p, s);
337 int i = modp->module_index;
565 if (m->module_index == -1) {
577 m->module_index = total_modules++;
603 ap_module_short_names[m->module_index] = ap_malloc(len + 1);
604 memcpy(ap_module_short_names[m->module_index], sym_name, len);
605 ap_module_short_names[m->module_index][le
813 ap_find_module_short_name(int module_index) argument
[all...]
H A Dutil_expr_eval.c44 /* we know core's module_index is 0 */
55 #define LOG_MARK(info) __FILE__, __LINE__, (info)->module_index
451 int module_index)
457 info->module_index = module_index;
446 ap_expr_parse_cmd_mi(const cmd_parms *cmd, const char *expr, unsigned int flags, const char **err, ap_expr_lookup_fn_t *lookup_fn, int module_index) argument
H A Dcore.c109 /* we know core's module_index is 0 */
3172 ap_set_module_loglevel(cmd->pool, log, module->module_index, level);
/httpd/include/
H A Dutil_script.h101 * @param module_index The module index to be used for logging
105 char *buffer, int module_index);
131 * @param module_index The module index to be used for logging
137 int module_index);
167 * @param module_index The module index to be used for logging
178 int module_index,
210 * @param module_index The module index to be used for logging
215 void *getsfunc_data, int module_index);
H A Dhttp_log.h120 * APLOG_NO_MODULE may be passed as module_index to ap_log_error() and related
141 * Constant to store module_index for the current file.
152 * APLOG_MODULE_INDEX contains the module_index of the current module if
158 * ::APLOG_MODULE_INDEX will be passed as module_index. In cases where
160 * as module_index.
182 #define APLOG_MODULE_IS_LEVEL(s,module_index,level) \
185 (ap_get_server_module_loglevel(s, module_index) \
187 #define APLOG_C_MODULE_IS_LEVEL(c,module_index,level) \
189 (ap_get_conn_module_loglevel(c, module_index) \
191 #define APLOG_CS_MODULE_IS_LEVEL(c,s,module_index,leve
[all...]
H A Dap_expr.h53 int module_index; member in struct:__anon1
337 * @param module_index The module_index to set for the expression
346 int module_index);
350 * module_index = APLOG_MODULE_INDEX
H A Dhttp_config.h349 int module_index; member in struct:module_struct
430 static int * const aplog_module_index = &(foo##_module.module_index)
511 (((void **)(v))[(m)->module_index])
513 ((((void **)(v))[(m)->module_index]) = (val))
521 * @param index The module_index of the module to get the loglevel for.
529 * @param index The module_index of the module to get the loglevel for.
539 * @param index The module_index of the module to get the loglevel for.
549 * @param index The module_index of the module to get the loglevel for.
558 * @param index The module_index of the module to set the loglevel for.
761 * @param module_index Th
[all...]
H A Dhttp_core.h354 #define AP_CORE_MODULE_INDEX (AP_DEBUG_ASSERT(core_module.module_index == 0), 0)
858 int module_index; member in struct:ap_errorlog_info
/httpd/modules/ssl/
H A Dssl_ct_util.h65 void ctutil_log_array(const char *file, int line, int module_index,
H A Dssl_ct_util.c463 void ctutil_log_array(const char *file, int line, int module_index, argument
470 ap_log_error(file, line, module_index, level,
473 ap_log_error(file, line, module_index, level,
H A Dssl_engine_config.c1270 info->module_index = APLOG_MODULE_INDEX;
/httpd/modules/lua/
H A Dlua_request.c1100 res.module_index = APLOG_MODULE_INDEX;
/httpd/modules/filters/
H A Dmod_include.c1595 expr_info.module_index = APLOG_MODULE_INDEX;

Completed in 177 milliseconds