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

/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_buckets.h627 /** @see apr_bucket_structs */
628 typedef union apr_bucket_structs apr_bucket_structs; typedef in typeref:union:apr_bucket_structs
633 union apr_bucket_structs { union
645 * Note: this is twice as big as apr_bucket_structs to allow breathing
648 #define APR_BUCKET_ALLOC_SIZE APR_ALIGN_DEFAULT(2*sizeof(apr_bucket_structs))

Completed in 115 milliseconds