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

Tpcre2_callout_block_8

Declaration

Source position: libpcre2_8.pp line 179

type Tpcre2_callout_block_8 = record

  version: tuint32_t;

  callout_number: tuint32_t;

  capture_top: tuint32_t;

  capture_last: tuint32_t;

  offset_vector: ;

  mark: TPCRE2_SPTR8;

  subject: TPCRE2_SPTR8;

  subject_length: tsize_t;

  start_match: tsize_t;

  current_position: tsize_t;

  pattern_position: tsize_t;

  next_item_length: tsize_t;

  callout_string_offset: tsize_t;

  callout_string_length: tsize_t;

  callout_string: TPCRE2_SPTR8;

  callout_flags: tuint32_t;

end;


Documentation generated on: 2025-07-25