Searched defs:level (Results 1 - 24 of 24) sorted by relevance

/httpd/test/
H A Dtest_find.c52 AP_DECLARE(void) ap_log_error(const char *file, int line, int level, argument
H A Dtest_parser.c52 AP_DECLARE(void) ap_log_error(const char *file, int line, int level, argument
/httpd/modules/loggers/
H A Dmod_syslog.c134 int level = info->level; local
136 if (level != APLOG_NOTICE) {
137 syslog(level < LOG_PRIMASK ? level : APLOG_DEBUG, "%.*s", (int)len, errstr);
H A Dmod_journald.c45 static int journald_info_get_priority(int level) argument
47 switch(level) {
163 "PRIORITY=%i", journald_info_get_priority(info->level),
169 journald_info_get_priority(info->level), s, r);
/httpd/modules/ssl/
H A Dssl_engine_log.c84 void ssl_log_ssl_error(const char *file, int line, int level, server_rec *s) argument
101 ap_log_error(file, line, APLOG_MODULE_INDEX, level, 0, s,
116 static void ssl_log_cert_error(const char *file, int line, int level, argument
189 ap_log_rerror(file, line, APLOG_MODULE_INDEX, level, rv, r, "%s", buf);
192 ap_log_cerror(file, line, APLOG_MODULE_INDEX, level, rv, c, "%s", buf);
195 ap_log_error(file, line, APLOG_MODULE_INDEX, level, rv, s, "%s", buf);
206 void ssl_log_xerror(const char *file, int line, int level, apr_status_t rv, argument
210 if (APLOG_IS_LEVEL(s,level)) {
213 ssl_log_cert_error(file, line, level, rv, s, NULL, NULL, ptemp,
219 void ssl_log_cxerror(const char *file, int line, int level, apr_status_ argument
231 ssl_log_rxerror(const char *file, int line, int level, apr_status_t rv, request_rec *r, X509 *cert, const char *fmt, ...) argument
[all...]
H A Dssl_engine_ocsp.c230 int level = local
236 ssl_log_cxerror(SSLLOG_MARK, level, 0, c, cert,
H A Dssl_ct_util.c464 int level, server_rec *s, const char *desc,
470 ap_log_error(file, line, module_index, level,
473 ap_log_error(file, line, module_index, level,
463 ctutil_log_array(const char *file, int line, int module_index, int level, server_rec *s, const char *desc, apr_array_header_t *arr) argument
/httpd/modules/lua/
H A Dlua_config.c158 static int cmd_log_at(lua_State *L, int level) argument
168 ap_log_error(dbg.source, dbg.currentline, APLOG_MODULE_INDEX, level, 0,
H A Dlua_request.c1886 static int req_log_at(lua_State *L, int level) argument
1896 ap_log_rerror(dbg.source, dbg.currentline, APLOG_MODULE_INDEX, level, 0,
/httpd/modules/proxy/
H A Dajp_msg.c117 int level; local
123 level = APLOG_TRACE7;
126 level = APLOG_TRACE8;
133 ap_log_rerror(APLOG_MARK, level, 0, r, "%s", buf);
136 ap_log_rerror(APLOG_MARK, level, 0, r, "%s", buf);
H A Dmod_proxy_ajp.c689 int level = (r->connection->aborted) ? APLOG_DEBUG : APLOG_ERR; local
690 ap_log_rerror(APLOG_MARK, level, status, r, APLOGNO(02822)
/httpd/server/
H A Dapreq_parser_multipart.c39 /* maximum recursion level in the mfd parser */
64 unsigned level; member in struct:mfd_ctx
218 unsigned level)
257 ctx->level = level;
404 if (ctx->level >= MAX_LEVEL) {
412 ctx->level + 1);
213 create_multipart_context(const char *content_type, apr_pool_t *pool, apr_bucket_alloc_t *ba, apr_size_t brigade_limit, const char *temp_dir, unsigned level) argument
H A Dapreq_module_cgi.c38 #define CGILOG_DEBUG 7 /* debug-level messages */
150 /* Array of current arg for given p-level */
152 /* Parenthesis level (for argument/text grouping) */
223 /* If old curarg was set, concat buffer with level down */
285 static void cgi_log_error(const char *file, int line, int level, argument
305 level &= CGILOG_LEVELMASK;
307 if (level < (int)log_level) {
320 date, priorities[level].t_name, remote_addr, file, line,
326 date, priorities[level].t_name, remote_addr, file, line,
H A Dlog.c585 if (info->level < 0)
588 return cpystrn(buf, priorities[info->level].t_name, buflen);
892 if (info->level >= APLOG_DEBUG) {
991 else if (info->level != -1 && (int)item->min_loglevel > info->level) {
1021 int level)
1029 int level,
1037 int level_and_mask = level & APLOG_LEVELMASK;
1058 * above the default server log level unless it is a startup/shutdown
1080 * above the module's log level unles
1020 write_logline(char *errstr, apr_size_t len, apr_file_t *logf, int level) argument
1028 log_error_core(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, va_list args) argument
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 Dconfig.c248 /* maximum nesting level for config directories */
1209 /* done with this section; move up a level */
1544 int index, int level)
1548 if (l->level == APLOG_UNSET) {
1556 l->module_levels[index] = level;
1848 "directory nesting level of %u. You have "
2197 s->log.level = APLOG_UNSET;
2224 l->level = old->level;
2231 l->level
1543 ap_set_module_loglevel(apr_pool_t *pool, struct ap_logconf *l, int index, int level) argument
[all...]
H A Dcore.c72 /* maximum include nesting level */
1401 int level = (cmd->info==(void*)APLOG_ERR)? APLOG_ERR: APLOG_WARNING; local
1428 ap_log_error(APLOG_MARK, level, 0, NULL,
1438 return level==APLOG_ERR?
3123 /* recursion level done */
3136 int level; local
3141 err = ap_parse_log_level(arg, &log->level);
3154 "followed by a log level keyword", arg);
3157 err = ap_parse_log_level(level_str, &level);
3172 ap_set_module_loglevel(cmd->pool, log, module->module_index, level);
[all...]
/httpd/modules/filters/
H A Dmod_filter.c85 case 1: /* mod_diagnostics level */
622 const char *level)
630 frec->debug = atoi(level);
749 "filter-name debug-level"),
621 filter_debug(cmd_parms *cmd, void *CFG, const char *fname, const char *level) argument
/httpd/modules/generators/
H A Dmod_info.c248 ap_directive_t * node, int from, int level)
252 if (level == 0)
256 if (level < mod_info_module_cmds(r, cmds, dir->first_child,
257 shown, level + 1)) {
258 shown = level;
259 mod_info_show_close(r, dir, level);
263 if (shown < level) {
264 mod_info_show_parents(r, dir->parent, shown, level - 1);
265 shown = level;
267 mod_info_show_cmd(r, dir, level);
247 mod_info_module_cmds(request_rec * r, const command_rec * cmds, ap_directive_t * node, int from, int level) argument
[all...]
/httpd/include/
H A Dhttp_core.h135 /** default maximum subrequest nesting level */
663 int subreq_limit; /* maximum nesting level of subrequests */
859 /** log level of error message (flags like APLOG_STARTUP have been removed), -1 if N/A */
860 int level; member in struct:ap_errorlog_info
960 /** only log item if the message's log level is higher than this */
1020 /** generation of the top-level apache parent */
H A Dhttpd.h23 * Top level group of which all other groups are a member
27 * Top level group for modules
421 * network, with the level of information controlled by the
879 /* HTTP/1.1 connection-level features */
995 /** Optional request log level configuration. Will usually point
1018 /** A list of protocol level output filters to be used for this
1021 /** A list of protocol level input filters to be used for this
1160 /** Optional connection log level configuration. May point to a server or
1257 /** The log level for this server */
1258 int level; member in struct:ap_logconf
[all...]
/httpd/modules/mappers/
H A Dmod_negotiation.c178 float level; member in struct:accept_rec
188 * level_matched --- initialized to zero. Set to the value of level
190 * level (and *not* if it got in on a wildcard). See level_cmp
228 float level; /* Auxiliary to content-type... */ member in struct:var_rec
291 mime_info->level = 0.0f;
313 var->level = mime_info->level;
413 result->level = 0.0f;
432 /* KLUDGE!!! Default HTML to level 2.0 unless the browser
436 if (!strcmp(result->name, "text/html") && (result->level
[all...]
H A Dmod_rewrite.c438 static void do_rewritelog(request_rec *r, int level, char *perdir,
442 static void do_rewritelog(request_rec *r, int level, char *perdir, argument
451 if (!APLOG_R_IS_LEVEL(r, APLOG_DEBUG + level))
482 AP_REWRITE_LOG((uintptr_t)r, level, r->main ? 0 : 1, (char *)ap_get_server_name(r), logline);
484 ap_log_rerror(APLOG_MARK, APLOG_DEBUG + level, 0, r, "%s", logline);
1407 /* what's a fair rewritelog level for this? */
/httpd/server/mpm/worker/
H A Dworker.c672 int level = APLOG_EMERG; local
676 level = APLOG_DEBUG; /* common to get these at restart time */
681 ap_log_error(APLOG_MARK, level, rv, ap_server_conf, APLOGNO(00272)
687 ap_log_error(APLOG_MARK, level, rv, ap_server_conf, APLOGNO(00273)
882 int level = APLOG_EMERG; local
886 level = APLOG_DEBUG; /* common to get these at restart time */
888 ap_log_error(APLOG_MARK, level, rv, ap_server_conf, APLOGNO(00274)
/httpd/modules/dav/main/
H A Dmod_dav.c551 static void dav_log_err(request_rec *r, dav_error *err, int level) argument
561 ap_log_rerror(APLOG_MARK, level, errscan->aprerr, r, "%s [%d, #%d]",
882 /* ### add a higher-level description? */
943 /* ### add a higher-level description? */
967 /* ### add a higher-level description? */
1249 /* ### add a higher-level description? */
1578 /* ### add a higher-level description? */
2329 /* ### add a higher-level description? */
2337 /* ### add a higher-level description? */
2548 /* ### add a higher-level descriptio
[all...]

Completed in 134 milliseconds