Home
last modified time | relevance | path

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

/PHP-5.5/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.c1334 NCALL(node)->group_num = gnum; /* call by number if gnum != 0 */ in node_new_call()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c1340 condition = (recno == RREF_ANY || recno == md->recursive->group_num); in match()
1352 condition = recno == md->recursive->group_num; in match()
1767 if (recno == ri->group_num && eptr == ri->subject_position) in match()
1772 new_recursive.group_num = recno; in match()
1801 DPRINTF(("Recursing into group %d\n", new_recursive.group_num)); in match()
1961 if (md->recursive != NULL && md->recursive->group_num == number) in match()
H A Dpcre_internal.h2488 unsigned int group_num; /* Number of group that was called */ member
2499 int group_num; member

Completed in 50 milliseconds