Searched defs:cond (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/http/
H A Dhttp_protocol.c531 ap_condition_e cond; local
553 cond = ap_condition_if_match(r, r->headers_out);
554 if (AP_CONDITION_NOMATCH == cond) {
563 cond = ap_condition_if_unmodified_since(r, r->headers_out);
564 if (AP_CONDITION_NOMATCH == cond) {
567 else if (cond >= AP_CONDITION_WEAK) {
583 cond = ap_condition_if_none_match(r, r->headers_out);
584 if (AP_CONDITION_NOMATCH == cond) {
587 else if (cond >= AP_CONDITION_WEAK) {
605 cond
[all...]
/httpd/modules/filters/
H A Dmod_proxy_html.c84 ap_expr_info_t *cond; member in struct:urlmap
786 if (p->cond != NULL) {
788 int ok = ap_expr_exec(r, p->cond, &err);
812 /* evaluate p->cond; continue if unsatisfied */
1066 const char *flags, const char *cond)
1094 if (cond != NULL) {
1104 if (ap_rxplus_exec(cmd->temp_pool, old_expr, cond, &newcond)) {
1108 if ((cond[0] == '!') && !ap_strchr_c(cond, '=')) {
1112 cond
1064 comp_urlmap(cmd_parms *cmd, urlmap *newmap, const char *from, const char *to, const char *flags, const char *cond) argument
1133 const char *cond = NULL; local
[all...]

Completed in 16 milliseconds