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

/freebsd-13-stable/contrib/serf/
H A Dserf_bucket_types.h47 #define SERF_BUCKET_IS_REQUEST(b) SERF_BUCKET_CHECK((b), request)
84 #define SERF_BUCKET_IS_RESPONSE(b) SERF_BUCKET_CHECK((b), response)
140 #define SERF_BUCKET_IS_RESPONSE_BODY(b) SERF_BUCKET_CHECK((b), response_body)
150 #define SERF_BUCKET_IS_BWTP_FRAME(b) SERF_BUCKET_CHECK((b), bwtp_frame)
153 #define SERF_BUCKET_IS_BWTP_INCOMING_FRAME(b) SERF_BUCKET_CHECK((b), bwtp_incoming_frame)
197 #define SERF_BUCKET_IS_AGGREGATE(b) SERF_BUCKET_CHECK((b), aggregate)
259 #define SERF_BUCKET_IS_FILE(b) SERF_BUCKET_CHECK((b), file)
270 #define SERF_BUCKET_IS_SOCKET(b) SERF_BUCKET_CHECK((b), socket)
293 #define SERF_BUCKET_IS_SIMPLE(b) SERF_BUCKET_CHECK((b), simple)
338 #define SERF_BUCKET_IS_MMAP(b) SERF_BUCKET_CHECK((
[all...]
H A Dserf.h953 #define SERF_BUCKET_CHECK(b, btype) ((b)->type == &serf_bucket_type_ ## btype) macro

Completed in 103 milliseconds