Lines Matching defs:in
5 * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
62 * create a new URL entity in the cache
73 apr_off_t size, apr_bucket_brigade *in)
97 switch (rv = list->provider->create_entity(h, r, cache->key, size, in)) {
134 * in the cache entry and the forwarded response.
152 * To complicate this, a header may be duplicated in either table. Should a
153 * header exist in the top table, all matching headers will be removed from
156 * in the case of revalidation 1xx Warnings are stripped.
180 * Also unset possible Content-Type headers in r->headers_out and
184 * ap_set_content_type above will be used in the store_headers functions
204 * select a specific URL entity in the cache
208 * selected, details of it are stored in the per request
263 * At this point we need to make sure that the object we found in
269 * document in one language is not given to a client asking for a
270 * language negotiated document in a different language by mistake.
286 * is this header in the request and the header in the cached
323 * conditional header fields in the request.
372 /* If we have a cached etag and/or Last-Modified add in
400 /* Okay, this response looks okay. Merge in our stuff and go. */
456 * We need to handle both cases in the same manner as for the reverse proxy
460 * is still unset in the reverse proxy case as it only gets set in the
463 * case where it gets set before the quick handler is run (in the
467 * So we must ensure that in the reverse proxy case we use the same code
469 * in the reverse proxy case.
476 /* Use _default_ as the hostname if none present, as in mod_vhost */
492 * to get very far - but just in case */
501 * "no proxy request" and "reverse proxy request" are handled in the same
522 * above why these cases must be handled in the same manner), copy the
540 /* No port string given in the AbsoluteUri, and we have no
562 * Check if we need to ignore session identifiers in the URL and do so
578 * Check that we have a parameter separator in the last segment
589 * Check if the identifier is in the querystring and cut it out.
633 * last one in the original querystring. Hence we have
656 * Store the key in the request_config for the cache as r->parsed_uri
657 * might have changed in the time from our first visit here triggered by the
660 * resource in the cache under a key where it is never found by the quick
676 * Invalidate a specific URL entity in all caches
678 * All cached entities for this URL are removed, usually in