#include <regint.h>
Data Fields | |
UChar * | p |
unsigned int | used |
unsigned int | alloc |
Definition at line 371 of file regint.h.
unsigned int _BBuf::alloc |
Definition at line 374 of file regint.h.
Referenced by bbuf_clone(), node_new_cclass_by_codepoint_range(), and onig_bbuf_init().
UChar* _BBuf::p |
Definition at line 372 of file regint.h.
Referenced by add_code_range_to_buf0(), add_multi_byte_cclass(), and_code_range_buf(), bbuf_clone(), bbuf_free(), node_new_cclass_by_codepoint_range(), not_code_range_buf(), onig_bbuf_init(), onig_is_code_in_cc_len(), and or_code_range_buf().
unsigned int _BBuf::used |
Definition at line 373 of file regint.h.
Referenced by add_multi_byte_cclass(), bbuf_clone(), compile_length_cclass_node(), node_new_cclass_by_codepoint_range(), and onig_bbuf_init().