Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Doniguruma.h711 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 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.c70 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 Donigcmpt200.h257 #define RegRegion OnigRegion
H A Dregposix.c195 (OnigRegion* )pm, options); in regexec()
H A Dregparse.c849 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.4/ext/mbstring/oniguruma/doc/
H A DAPI192 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.4/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()
1056 OnigRegion *regs = NULL; in PHP_FUNCTION()
1277 MBREX(search_regs) = (OnigRegion *)NULL; in _php_mb_regex_ereg_search_exec()
1354 MBREX(search_regs) = (OnigRegion *) NULL; in PHP_FUNCTION()

Completed in 49 milliseconds