Apache HTTPD
framework
httpd-2.4.62
modules
http2
h2_c2_filter.h
Go to the documentation of this file.
1
/* Licensed to the Apache Software Foundation (ASF) under one or more
2
* contributor license agreements. See the NOTICE file distributed with
3
* this work for additional information regarding copyright ownership.
4
* The ASF licenses this file to You under the Apache License, Version 2.0
5
* (the "License"); you may not use this file except in compliance with
6
* the License. You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef __mod_h2__h2_c2_filter__
18
#define __mod_h2__h2_c2_filter__
19
20
#include "
h2.h
"
21
26
apr_status_t
h2_c2_filter_request_in
(
ap_filter_t
*
f
,
27
apr_bucket_brigade
*bb,
28
ap_input_mode_t
mode
,
29
apr_read_type_e
block
,
30
apr_off_t
readbytes
);
31
32
#if AP_HAS_RESPONSE_BUCKETS
33
39
apr_status_t
h2_c2_filter_notes_out
(
ap_filter_t
*
f
,
apr_bucket_brigade
*bb);
40
41
#else
/* AP_HAS_RESPONSE_BUCKETS */
42
57
struct
h2_headers
;
58
struct
h2_response_parser
;
59
60
apr_status_t
h2_c2_filter_catch_h1_out
(
ap_filter_t
*
f
,
apr_bucket_brigade
* bb);
61
62
apr_status_t
h2_c2_filter_response_out
(
ap_filter_t
*
f
,
apr_bucket_brigade
*bb);
63
64
apr_status_t
h2_c2_filter_trailers_out
(
ap_filter_t
*
f
,
apr_bucket_brigade
*bb);
65
66
#endif
/* else AP_HAS_RESPONSE_BUCKETS */
67
68
#endif
/* defined(__mod_h2__h2_c2_filter__) */
f
apr_file_t * f
Definition
apr_buckets.h:927
apr_read_type_e
apr_read_type_e
Definition
apr_buckets.h:57
mode
apr_dbd_transaction_t int mode
Definition
apr_dbd.h:261
size
apr_size_t size
Definition
apr_allocator.h:115
apr_status_t
int apr_status_t
Definition
apr_errno.h:44
h2.h
h2_c2_filter_response_out
apr_status_t h2_c2_filter_response_out(ap_filter_t *f, apr_bucket_brigade *bb)
Definition
h2_c2_filter.c:681
h2_c2_filter_trailers_out
apr_status_t h2_c2_filter_trailers_out(ap_filter_t *f, apr_bucket_brigade *bb)
Definition
h2_c2_filter.c:1020
h2_c2_filter_request_in
apr_status_t h2_c2_filter_request_in(ap_filter_t *f, apr_bucket_brigade *bb, ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes)
Definition
h2_c2_filter.c:916
h2_c2_filter_catch_h1_out
apr_status_t h2_c2_filter_catch_h1_out(ap_filter_t *f, apr_bucket_brigade *bb)
Definition
h2_c2_filter.c:629
ap_filter_t
The representation of a filter chain.
Definition
util_filter.h:259
apr_bucket_brigade
Definition
apr_buckets.h:258
block
Definition
xmlparse.c:344
h2_headers
Definition
h2_headers.h:27
h2_response_parser
Definition
h2_c2_filter.c:383
ap_input_mode_t
ap_input_mode_t
input filtering modes
Definition
util_filter.h:41
Generated by
1.9.8