Searched refs:condition (Results 1 - 6 of 6) sorted by relevance
/httpd/modules/loggers/ |
H A D | mod_log_debug.c | 30 ap_expr_info_t *condition; member in struct:__anon204 67 if (entry->condition) { 68 int ret = ap_expr_exec(r, entry->condition, &err); 71 "Can't evaluate condition: %s", err); 226 entry->condition = ap_expr_parse_cmd(cmd, expr,
|
/httpd/modules/dav/main/ |
H A D | util.c | 549 /* add_if_state adds a condition to an if_header. 553 dav_if_state_type t, int condition, 560 new_sl->condition = condition; 633 int condition; local 703 condition = DAV_IF_COND_NORMAL; 717 condition, locks_hooks)) != NULL) { 721 condition = DAV_IF_COND_NORMAL; 732 condition, locks_hooks)) != NULL) { 736 condition 551 dav_add_if_state(apr_pool_t *p, dav_if_header *ih, const char *state_token, dav_if_state_type t, int condition, const dav_hooks_locks *locks_hooks) argument [all...] |
H A D | mod_dav.h | 715 int condition; member in struct:dav_if_state_list
|
/httpd/include/ |
H A D | http_core.h | 596 ap_expr_info_t *condition; /* Conditionally merge <If> sections */ member in struct:__anon21
|
/httpd/server/ |
H A D | core.c | 220 conf->condition = new->condition; 682 /* We're not checking this condition to be fast... we're checking 2470 const char *condition; local 2513 condition = ap_getword_conf(cmd->pool, &arg); 2514 conf->condition = ap_expr_parse_cmd(cmd, condition, 0, &expr_err, NULL); 2516 return apr_psprintf(cmd->pool, "Cannot parse condition clause: %s", 4035 *err = "The loglevel cannot be used as a condition in "
|
H A D | request.c | 701 * with a HTTP_FORBIDDEN in case we hit a race condition 1797 rc = ap_expr_exec(r, entry_core->condition, &err); 1801 "Failed to evaluate <If > condition: %s",
|
Completed in 1341 milliseconds