Home
last modified time | relevance | path

Searched refs:ONIG_REGION_NOTPOS (Results 1 – 6 of 6) sorted by relevance

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregposix.c220 pmatch[i].rm_so = pmatch[i].rm_eo = ONIG_REGION_NOTPOS; in regexec()
H A Dregexec.c692 node->beg = ONIG_REGION_NOTPOS; in history_tree_clear()
693 node->end = ONIG_REGION_NOTPOS; in history_tree_clear()
727 node->beg = ONIG_REGION_NOTPOS; in history_node_new()
728 node->end = ONIG_REGION_NOTPOS; in history_node_new()
800 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in onig_region_clear()
2810 rmt[i].rm_so = rmt[i].rm_eo = ONIG_REGION_NOTPOS; in match_at()
2824 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in match_at()
6076 *begin = *end = ONIG_REGION_NOTPOS; in onig_get_capture_range_in_callout()
H A Doniguruma.h661 #define ONIG_REGION_NOTPOS -1 macro
H A Dregparse.c1134 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS) in onig_name_to_backref_number()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.API.ja372 未捕獲のmem_numに対しては、ONIG_REGION_NOTPOSがセットされる。
H A DCALLOUTS.API375 For uncaptured mem_num, ONIG_REGION_NOTPOS is set.

Completed in 48 milliseconds