Home
last modified time | relevance | path

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

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.h273 int num_call; member
H A Dregcomp.c683 reg->num_call > 0 || in compile_range_repeat_node()
5190 if (scan_env.num_call > 0) { in onig_compile()
5191 r = unset_addr_list_init(&uslist, scan_env.num_call); in onig_compile()
5201 reg->num_call = scan_env.num_call; in onig_compile()
5204 reg->num_call = 0; in onig_compile()
5223 || scan_env.num_call == 0 in onig_compile()
5262 if (scan_env.num_call > 0) { in onig_compile()
5279 else if (scan_env.num_call > 0) { in onig_compile()
5298 if (scan_env.num_call > 0) { in onig_compile()
H A Doniguruma.h750 int num_call; /* number of subexp call */ member
H A DHISTORY147 2006/08/17: [bug] should check scan_env.num_call > 0 for backrefed pattern
1383 2003/05/26: [impl] add num_call member to regex_t.
H A Dregparse.c933 env->num_call = 0; in scan_env_clear()
5091 env->num_call++; in parse_exp()

Completed in 45 milliseconds