Source position: apr_tables.inc line 84
type apr_table_entry_t = record
key: PChar;
val: PChar;
key_checksum: apr_uint32_t;
end;