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

re_pattern_buffer

Declaration

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;


Documentation generated on: 2023-03-18