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

/httpd/server/
H A Dutil_pcre.c279 int upper)
299 if (upper || prefix) {
304 if (upper) {
277 ap_regname(const ap_regex_t *preg, apr_array_header_t *names, const char *prefix, int upper) argument
/httpd/modules/core/
H A Dmod_macro.c542 This structure holds pointers (next, upper) to the current "file" which was
561 ap_configfile_t **upper; /* hack: where to update it if needed */ member in struct:__anon96
571 ap_assert(ml->upper);
572 *(ml->upper) = ml->next;
665 ap_configfile_t ** upper)
677 ls->upper = upper;
661 make_array_config(apr_pool_t * pool, apr_array_header_t * contents, const char *where, ap_configfile_t * cfg, ap_configfile_t ** upper) argument

Completed in 12 milliseconds