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