Searched refs:ap_bucket_type_eor (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/apache-793/httpd/server/
H A Deor_bucket.c56 b->type = &ap_bucket_type_eor;
94 AP_DECLARE_DATA const apr_bucket_type_t ap_bucket_type_eor = { variable
/macosx-10.10/apache-793/httpd/include/
H A Dhttp_request.h556 AP_DECLARE_DATA extern const apr_bucket_type_t ap_bucket_type_eor;
563 #define AP_BUCKET_IS_EOR(e) (e->type == &ap_bucket_type_eor)

Completed in 166 milliseconds