Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
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 865 of file regint.h.

Field Documentation

◆ addr

UChar* OnigCacheOpcode::addr

Definition at line 866 of file regint.h.

◆ cache_point

long OnigCacheOpcode::cache_point

Definition at line 867 of file regint.h.

◆ lookaround_nesting

int OnigCacheOpcode::lookaround_nesting

Definition at line 871 of file regint.h.

◆ match_addr

UChar* OnigCacheOpcode::match_addr

Definition at line 872 of file regint.h.

◆ num_cache_points_at_outer_repeat

long OnigCacheOpcode::num_cache_points_at_outer_repeat

Definition at line 869 of file regint.h.

◆ num_cache_points_in_outer_repeat

long OnigCacheOpcode::num_cache_points_in_outer_repeat

Definition at line 870 of file regint.h.

◆ outer_repeat_mem

int OnigCacheOpcode::outer_repeat_mem

Definition at line 868 of file regint.h.


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