Ruby 4.1.0dev (2026-09-26 revision 57213d44ce7b1a31fc9648e9cd5eb0c4507f4a49)
Data Fields
OnigCacheOpcode Struct Reference

Data Fields

UChar * addr
 
long cache_point
 
int outer_repeat_mem
 
long num_cache_points_at_outer_repeat
 
long num_cache_points_in_outer_repeat
 
int lookaround_nesting
 
UChar * match_addr
 

Detailed Description

Definition at line 877 of file regint.h.

Field Documentation

◆ addr

UChar* OnigCacheOpcode::addr

Definition at line 878 of file regint.h.

◆ cache_point

long OnigCacheOpcode::cache_point

Definition at line 879 of file regint.h.

◆ lookaround_nesting

int OnigCacheOpcode::lookaround_nesting

Definition at line 883 of file regint.h.

◆ match_addr

UChar* OnigCacheOpcode::match_addr

Definition at line 884 of file regint.h.

◆ num_cache_points_at_outer_repeat

long OnigCacheOpcode::num_cache_points_at_outer_repeat

Definition at line 881 of file regint.h.

◆ num_cache_points_in_outer_repeat

long OnigCacheOpcode::num_cache_points_in_outer_repeat

Definition at line 882 of file regint.h.

◆ outer_repeat_mem

int OnigCacheOpcode::outer_repeat_mem

Definition at line 880 of file regint.h.


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