Searched refs:conditions (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/loggers/
H A Dmod_log_config.c122 * indicate conditions for inclusion of the item (which will cause it
290 apr_array_header_t *conditions; member in struct:__anon200
760 * optimistic caching with logic to detect and correct race conditions.
903 it->conditions = NULL;
969 it->conditions = NULL;
1024 if (!it->conditions) {
1025 it->conditions = apr_array_make(p, 4, sizeof(int));
1027 *(int *) apr_array_push(it->conditions) = i;
1090 if (item->conditions && item->conditions
[all...]
/httpd/modules/filters/
H A Dmod_proxy_html.c1255 "Support interpolation and conditions in URLMaps"),
1316 * old-style conditions on URL maps.

Completed in 17 milliseconds