Source position: regexh.inc line 100
type re_pattern_buffer = record |
buffer: PByte; |
allocated: LongWord; |
used: LongWord; |
syntax: reg_syntax_t; |
fastmap: PChar; |
translate: RE_TRANSLATE_TYPE; |
re_nsub: size_t; |
__bitfield: Cardinal; |
end; |