Searched refs:OnigRegion (Results 1 – 9 of 9) sorted by relevance
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | oniguruma.h | 711 typedef struct re_registers OnigRegion; typedef 823 OnigRegion* onig_region_new P_((void)); 825 void onig_region_init P_((OnigRegion* region)); 827 void onig_region_free P_((OnigRegion* region, int free_self)); 829 void onig_region_copy P_((OnigRegion* to, OnigRegion* from)); 831 void onig_region_clear P_((OnigRegion* region)); 833 int onig_region_resize P_((OnigRegion* region, int n)); 835 int onig_region_set P_((OnigRegion* region, int at, int beg, int end)); 839 …f_number P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end, OnigRegion *region)); 849 OnigCaptureTreeNode* onig_get_capture_tree P_((OnigRegion* region)); [all …]
|
H A D | regtrav.c | 67 onig_capture_tree_traverse(OnigRegion* region, int at, in onig_capture_tree_traverse()
|
H A D | reggnu.c | 37 re_free_registers(OnigRegion* r) in re_free_registers()
|
H A D | regexec.c | 70 history_root_free(OnigRegion* r) in history_root_free() 150 onig_get_capture_tree(OnigRegion* region) in onig_get_capture_tree() 157 onig_region_clear(OnigRegion* region) in onig_region_clear() 170 onig_region_resize(OnigRegion* region, int n) in onig_region_resize() 226 onig_region_init(OnigRegion* region) in onig_region_init() 235 extern OnigRegion* 238 OnigRegion* r; in onig_region_new() 240 r = (OnigRegion* )xmalloc(sizeof(OnigRegion)); in onig_region_new() 262 onig_region_copy(OnigRegion* to, OnigRegion* from) in onig_region_copy() 372 OnigRegion* region; [all …]
|
H A D | onigcmpt200.h | 257 #define RegRegion OnigRegion
|
H A D | regposix.c | 195 (OnigRegion* )pm, options); in regexec()
|
H A D | regparse.c | 849 const UChar* name_end, OnigRegion *region) in onig_name_to_backref_number() 882 const UChar* name_end, OnigRegion* region) in onig_name_to_backref_number()
|
/PHP-5.3/ext/mbstring/oniguruma/doc/ |
H A D | API | 192 const UChar* range, OnigRegion* region, OnigOptionType option) 216 OnigRegion* region, OnigOptionType option) 236 # OnigRegion* onig_region_new(void) 241 # void onig_region_free(OnigRegion* region, int free_self) 250 # void onig_region_copy(OnigRegion* to, OnigRegion* from) 259 # void onig_region_clear(OnigRegion* region) 267 # int onig_region_resize(OnigRegion* region, int n) 296 OnigRegion *region) 369 # OnigCaptureTreeNode* onig_get_capture_tree(OnigRegion* region) 379 # int onig_capture_tree_traverse(OnigRegion* region, int at,
|
/PHP-5.3/ext/mbstring/ |
H A D | php_mbregex.c | 50 OnigRegion *search_regs; 73 pglobals->search_regs = (OnigRegion*)NULL; in _php_mb_regex_globals_ctor() 150 MBREX(search_regs) = (OnigRegion *)NULL; in PHP_RSHUTDOWN_FUNCTION() 696 OnigRegion *regs = NULL; in _php_mb_regex_ereg_exec() 803 OnigRegion *regs = NULL; in _php_mb_regex_ereg_replace_exec() 991 OnigRegion *regs = NULL; in PHP_FUNCTION() 1213 MBREX(search_regs) = (OnigRegion *)NULL; in _php_mb_regex_ereg_search_exec() 1290 MBREX(search_regs) = (OnigRegion *) NULL; in PHP_FUNCTION()
|
Completed in 42 milliseconds