Home
last modified time | relevance | path

Searched refs:OnigRegion (Results 1 – 9 of 9) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Doniguruma.h645 typedef struct re_registers OnigRegion; typedef
748 …UChar* str, const OnigUChar* end, OnigRegion* region, OnigOptionType option, int (*scan_callback)(…
754 OnigRegion* onig_region_new P_((void));
756 void onig_region_init P_((OnigRegion* region));
758 void onig_region_free P_((OnigRegion* region, int free_self));
760 void onig_region_copy P_((OnigRegion* to, OnigRegion* from));
762 void onig_region_clear P_((OnigRegion* region));
764 int onig_region_resize P_((OnigRegion* region, int n));
766 int onig_region_set P_((OnigRegion* region, int at, int beg, int end));
770 …f_number P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end, OnigRegion *region));
[all …]
H A Dregtrav.c67 onig_capture_tree_traverse(OnigRegion* region, int at, in onig_capture_tree_traverse()
H A Dreggnu.c37 re_free_registers(OnigRegion* r) in re_free_registers()
H A Dregexec.c72 history_root_free(OnigRegion* r) in history_root_free()
152 onig_get_capture_tree(OnigRegion* region) in onig_get_capture_tree()
159 onig_region_clear(OnigRegion* region) in onig_region_clear()
172 onig_region_resize(OnigRegion* region, int n) in onig_region_resize()
228 onig_region_init(OnigRegion* region) in onig_region_init()
237 extern OnigRegion*
240 OnigRegion* r; in onig_region_new()
242 r = (OnigRegion* )xmalloc(sizeof(OnigRegion)); in onig_region_new()
248 onig_region_free(OnigRegion* r, int free_self) in onig_region_free()
264 onig_region_copy(OnigRegion* to, OnigRegion* from) in onig_region_copy()
[all …]
H A Dregposix.c195 (OnigRegion* )pm, options); in regexec()
H A Dregint.h719 OnigRegion* region;
H A Dregparse.c898 const UChar* name_end, OnigRegion *region) in onig_name_to_backref_number()
931 const UChar* name_end, OnigRegion* region) in onig_name_to_backref_number()
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI239 OnigRegion* region, OnigOptionType option)
260 OnigRegion* region, OnigOptionType option,
261 int (*scan_callback)(int, int, OnigRegion*, void*),
280 # OnigRegion* onig_region_new(void)
285 # void onig_region_free(OnigRegion* region, int free_self)
294 # void onig_region_copy(OnigRegion* to, OnigRegion* from)
303 # void onig_region_clear(OnigRegion* region)
311 # int onig_region_resize(OnigRegion* region, int n)
340 OnigRegion *region)
413 # OnigCaptureTreeNode* onig_get_capture_tree(OnigRegion* region)
[all …]
/PHP-7.2/ext/mbstring/
H A Dphp_mbregex.c50 OnigRegion *search_regs;
72 pglobals->search_regs = (OnigRegion*)NULL; in _php_mb_regex_globals_ctor()
146 MBREX(search_regs) = (OnigRegion *)NULL; in PHP_RSHUTDOWN_FUNCTION()
698 OnigRegion *regs = NULL; in _php_mb_regex_ereg_exec()
822 OnigRegion *regs = NULL; in _php_mb_regex_ereg_replace_exec()
1098 OnigRegion *regs = NULL; in PHP_FUNCTION()
1325 MBREX(search_regs) = (OnigRegion *)NULL; in _php_mb_regex_ereg_search_exec()

Completed in 56 milliseconds