Ruby 3.5.0dev (2025-02-20 revision 34098b669c0cbc024cd08e686891f1dfe0a10aaf)
Data Fields
OnigMatchArg Struct Reference

Data Fields

void * stack_p
 
size_t stack_n
 
OnigOptionType options
 
OnigRegionregion
 
const UChar * start
 
const UChar * gpos
 
OnigPosition best_len
 
UChar * best_s
 
int counter
 
uint64_t end_time
 
int match_cache_status
 
long num_fails
 
long num_cache_opcodes
 
OnigCacheOpcodecache_opcodes
 
long num_cache_points
 
uint8_t * match_cache_buf
 

Detailed Description

Definition at line 899 of file regint.h.

Field Documentation

◆ best_len

OnigPosition OnigMatchArg::best_len

Definition at line 907 of file regint.h.

◆ best_s

UChar* OnigMatchArg::best_s

Definition at line 908 of file regint.h.

◆ cache_opcodes

OnigCacheOpcode* OnigMatchArg::cache_opcodes

Definition at line 925 of file regint.h.

◆ counter

int OnigMatchArg::counter

Definition at line 914 of file regint.h.

◆ end_time

uint64_t OnigMatchArg::end_time

Definition at line 919 of file regint.h.

◆ gpos

const UChar* OnigMatchArg::gpos

Definition at line 905 of file regint.h.

◆ match_cache_buf

uint8_t* OnigMatchArg::match_cache_buf

Definition at line 927 of file regint.h.

◆ match_cache_status

int OnigMatchArg::match_cache_status

Definition at line 922 of file regint.h.

◆ num_cache_opcodes

long OnigMatchArg::num_cache_opcodes

Definition at line 924 of file regint.h.

◆ num_cache_points

long OnigMatchArg::num_cache_points

Definition at line 926 of file regint.h.

◆ num_fails

long OnigMatchArg::num_fails

Definition at line 923 of file regint.h.

◆ options

OnigOptionType OnigMatchArg::options

Definition at line 902 of file regint.h.

◆ region

OnigRegion* OnigMatchArg::region

Definition at line 903 of file regint.h.

◆ stack_n

size_t OnigMatchArg::stack_n

Definition at line 901 of file regint.h.

◆ stack_p

void* OnigMatchArg::stack_p

Definition at line 900 of file regint.h.

◆ start

const UChar* OnigMatchArg::start

Definition at line 904 of file regint.h.


The documentation for this struct was generated from the following file: