Ruby 3.5.0dev (2025-02-20 revision 34098b669c0cbc024cd08e686891f1dfe0a10aaf)
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 888 of file regint.h.

Field Documentation

◆ addr

UChar* OnigCacheOpcode::addr

Definition at line 889 of file regint.h.

◆ cache_point

long OnigCacheOpcode::cache_point

Definition at line 890 of file regint.h.

◆ lookaround_nesting

int OnigCacheOpcode::lookaround_nesting

Definition at line 894 of file regint.h.

◆ match_addr

UChar* OnigCacheOpcode::match_addr

Definition at line 895 of file regint.h.

◆ num_cache_points_at_outer_repeat

long OnigCacheOpcode::num_cache_points_at_outer_repeat

Definition at line 892 of file regint.h.

◆ num_cache_points_in_outer_repeat

long OnigCacheOpcode::num_cache_points_in_outer_repeat

Definition at line 893 of file regint.h.

◆ outer_repeat_mem

int OnigCacheOpcode::outer_repeat_mem

Definition at line 891 of file regint.h.


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