Ruby 4.0.0dev (2025-12-15 revision bbc10ed0cdcd2fe9d7d09a9dcc5f036bc4425aef)
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 872 of file regint.h.

Field Documentation

◆ addr

UChar* OnigCacheOpcode::addr

Definition at line 873 of file regint.h.

◆ cache_point

long OnigCacheOpcode::cache_point

Definition at line 874 of file regint.h.

◆ lookaround_nesting

int OnigCacheOpcode::lookaround_nesting

Definition at line 878 of file regint.h.

◆ match_addr

UChar* OnigCacheOpcode::match_addr

Definition at line 879 of file regint.h.

◆ num_cache_points_at_outer_repeat

long OnigCacheOpcode::num_cache_points_at_outer_repeat

Definition at line 876 of file regint.h.

◆ num_cache_points_in_outer_repeat

long OnigCacheOpcode::num_cache_points_in_outer_repeat

Definition at line 877 of file regint.h.

◆ outer_repeat_mem

int OnigCacheOpcode::outer_repeat_mem

Definition at line 875 of file regint.h.


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