Unit 'httpd24' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#httpd24]

apr_bucket_structs

Declaration

Source position: apr_buckets.inc line 703

type apr_bucket_structs = record

  case Integer of

    0: (

        b: apr_bucket;

      );

    1: (

        heap: apr_bucket_heap;

      );

    2: (

        pool: apr_bucket_pool;

      );

    3: (

        mmap: apr_bucket_mmap;

      );

    4: (

        file_: apr_bucket_file;

      );

end;


Documentation generated on: 2023-03-18