Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/
H A Doniguruma.h628 typedef struct re_registers OnigRegion; typedef
745 OnigRegion* onig_region_new P_((void));
747 void onig_region_init P_((OnigRegion* region));
749 void onig_region_free P_((OnigRegion* region, int free_self));
751 void onig_region_copy P_((OnigRegion* to, OnigRegion* from));
753 void onig_region_clear P_((OnigRegion* region));
755 int onig_region_resize P_((OnigRegion* region, int n));
757 int onig_region_set P_((OnigRegion* region, int at, int beg, int end));
761 …f_number P_((OnigRegex reg, const OnigUChar* name, const OnigUChar* name_end, OnigRegion *region));
771 OnigCaptureTreeNode* onig_get_capture_tree P_((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 Donigcmpt200.h257 #define RegRegion OnigRegion
H A Dregposix.c195 (OnigRegion* )pm, options); in regexec()
H A Dtestc.c31 static OnigRegion* region;
H A Dtestu.c19 static OnigRegion* region;
H A Dregint.h737 OnigRegion* region;
H A Dregparse.c843 const UChar* name_end, OnigRegion *region) in onig_name_to_backref_number()
876 const UChar* name_end, OnigRegion* region) in onig_name_to_backref_number()
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI209 const UChar* range, OnigRegion* region, OnigOptionType option)
233 OnigRegion* region, OnigOptionType option)
253 # OnigRegion* onig_region_new(void)
258 # void onig_region_free(OnigRegion* region, int free_self)
267 # void onig_region_copy(OnigRegion* to, OnigRegion* from)
276 # void onig_region_clear(OnigRegion* region)
284 # int onig_region_resize(OnigRegion* region, int n)
313 OnigRegion *region)
386 # OnigCaptureTreeNode* onig_get_capture_tree(OnigRegion* region)
396 # int onig_capture_tree_traverse(OnigRegion* region, int at,
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c50 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()
806 OnigRegion *regs = NULL; in _php_mb_regex_ereg_replace_exec()
1055 OnigRegion *regs = NULL; in PHP_FUNCTION()
1276 MBREX(search_regs) = (OnigRegion *)NULL; in _php_mb_regex_ereg_search_exec()
1353 MBREX(search_regs) = (OnigRegion *) NULL; in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/oniguruma/win32/
H A Dtestc.c31 static OnigRegion* region;

Completed in 55 milliseconds