Searched defs:top (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/apreq/ |
H A D | apreq_private_apache2.h | 51 ap_filter_t *top = r->input_filters; local 54 f->next = top;
|
/httpd/modules/cache/ |
H A D | cache_storage.c | 153 * 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 D | lua_request.c | 53 int top = lua_gettop(L); local 55 for (i = 1; i <= top; i++) {
|
/httpd/server/ |
H A D | core.c | 3677 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