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

apr_array_header_t

Declaration

Source position: apr_tables.inc line 64

type apr_array_header_t = record

  pool: Papr_pool_t;

  elt_size: Integer;

  nelts: Integer;

  nalloc: Integer;

  elts: PAnsiChar;

end;


Documentation generated on: 2025-07-25