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

/httpd/modules/filters/
H A Dmod_reflector.c48 apr_bucket_brigade *bbin, *bbout; local
108 bbin = apr_brigade_create(r->pool, r->connection->bucket_alloc);
115 status = ap_get_brigade(r->input_filters, bbin, AP_MODE_READBYTES,
119 apr_brigade_destroy(bbin);
123 for (bucket = APR_BRIGADE_FIRST(bbin);
124 bucket != APR_BRIGADE_SENTINEL(bbin);
145 apr_brigade_destroy(bbin);
162 apr_brigade_cleanup(bbin);
/httpd/modules/ssl/
H A Dssl_util_ocsp.c131 * read from brigade 'bbin' using 'bbout' as temporary storage. */
132 static char *get_line(apr_bucket_brigade *bbout, apr_bucket_brigade *bbin, argument
141 rv = apr_brigade_split_line(bbout, bbin, APR_BLOCK_READ, 8192);

Completed in 19 milliseconds