Home
last modified time | relevance | path

Searched refs:group_num (Results 1 – 5 of 5) sorted by relevance

/PHP-7.0/ext/mbstring/oniguruma/
H A Dregparse.h216 int group_num; member
H A Dregcomp.c3009 if (cn->group_num != 0) { in setup_subexp_call()
3010 int gnum = cn->group_num; in setup_subexp_call()
3028 cn->target = nodes[cn->group_num]; in setup_subexp_call()
3035 BIT_STATUS_ON_AT(env->bt_mem_start, cn->group_num); in setup_subexp_call()
3055 cn->group_num = refs[0]; in setup_subexp_call()
H A Dregparse.c1342 NCALL(node)->group_num = gnum; /* call by number if gnum != 0 */ in node_new_call()
/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_exec.c1338 condition = (recno == RREF_ANY || recno == md->recursive->group_num); in match()
1350 condition = recno == md->recursive->group_num; in match()
1765 if (recno == ri->group_num && eptr == ri->subject_position) in match()
1770 new_recursive.group_num = recno; in match()
1799 DPRINTF(("Recursing into group %d\n", new_recursive.group_num)); in match()
1959 if (md->recursive != NULL && md->recursive->group_num == number) in match()
H A Dpcre_internal.h2484 unsigned int group_num; /* Number of group that was called */ member
2495 int group_num; member

Completed in 171 milliseconds