Searched refs:ap_bucket_error (Results 1 - 4 of 4) sorted by relevance

/httpd/server/
H A Derror_bucket.c34 ap_bucket_error *h = data;
44 ap_bucket_error *h;
/httpd/modules/http/
H A Dchunk_filter.c76 (((ap_bucket_error *)(e->data))->status == HTTP_BAD_GATEWAY ||
77 ((ap_bucket_error *)(e->data))->status == HTTP_GATEWAY_TIME_OUT)) {
H A Dhttp_filters.c1137 ap_bucket_error *eb = NULL;
1701 if (((ap_bucket_error *)(e->data))->status == HTTP_BAD_GATEWAY ||
1702 ((ap_bucket_error *)(e->data))->status == HTTP_GATEWAY_TIME_OUT) {
/httpd/include/
H A Dhttp_protocol.h704 typedef struct ap_bucket_error ap_bucket_error; typedef in typeref:struct:ap_bucket_error
707 * @struct ap_bucket_error
715 struct ap_bucket_error { struct

Completed in 26 milliseconds