Searched refs:apr_bucket_copy (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_request.c161 apr_bucket_copy(bucket, &e);
251 if (apr_bucket_copy(ec, &foo) != APR_SUCCESS) {
258 apr_bucket_copy(ec, &foo);
/macosx-10.10/apache-793/httpd/modules/debugging/
H A Dmod_bucketeer.c112 apr_bucket_copy(e, &cpy);
/macosx-10.10/apache-793/httpd/modules/http/
H A Dbyterange_filter.c368 rv = apr_bucket_copy(e, &copy);
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_buckets.h1100 #define apr_bucket_copy(e,c) (e)->type->copy(e, c) macro
/macosx-10.10/apache-793/httpd/server/
H A Dcore_filters.c318 rv = apr_bucket_copy(e, &copy_bucket);
/macosx-10.10/apr-32/apr-util/apr-util/buckets/
H A Dapr_brigade.c726 apr_bucket_copy(e, &ce);
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache_socache.c1034 rv = apr_bucket_copy(e, &e);

Completed in 96 milliseconds