Source position: apr_buckets.inc line 658
type apr_bucket_structs = record
case Integer of
0: (
b: apr_bucket;
);
1: (
heap: apr_bucket_heap;
2: (
pool: apr_bucket_pool;
4: (
file_: apr_bucket_file;
end;