Searched defs:top (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/apreq/
H A Dapreq_private_apache2.h51 ap_filter_t *top = r->input_filters; local
54 f->next = top;
/httpd/modules/cache/
H A Dcache_storage.c153 * header exist in the top table, all matching headers will be removed from
161 void cache_accept_headers(cache_handle_t *h, request_rec *r, apr_table_t *top, argument
173 apr_table_do(remove_header_do, r->headers_out, top, NULL);
174 apr_table_do(add_header_do, r->headers_out, top, NULL);
/httpd/modules/lua/
H A Dlua_request.c53 int top = lua_gettop(L); local
55 for (i = 1; i <= top; i++) {
/httpd/server/
H A Dcore.c3677 const request_rec *top = r; local
3682 while (top && (top->prev || top->main)) {
3683 if (top->prev) {
3684 top = top->prev;
3687 top->uri ? top->uri : "(unexpectedly NULL)");
3690 if (!top
3706 const request_rec *top = r; local
[all...]

Completed in 58 milliseconds