Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/oniguruma/
H A Dregposix.c206 pmatch[i].rm_so = pmatch[i].rm_eo = ONIG_REGION_NOTPOS; in regexec()
H A Dregexec.c58 node->beg = ONIG_REGION_NOTPOS; in history_tree_clear()
59 node->end = ONIG_REGION_NOTPOS; in history_tree_clear()
91 node->beg = ONIG_REGION_NOTPOS; in history_node_new()
92 node->end = ONIG_REGION_NOTPOS; in history_node_new()
164 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in onig_region_clear()
1351 rmt[i].rm_so = rmt[i].rm_eo = ONIG_REGION_NOTPOS; in match_at()
1371 region->beg[i] = region->end[i] = ONIG_REGION_NOTPOS; in match_at()
H A Doniguruma.h626 #define ONIG_REGION_NOTPOS -1 macro
H A Dregparse.c865 if (region->beg[nums[i]] != ONIG_REGION_NOTPOS) in onig_name_to_backref_number()

Completed in 58 milliseconds