Home
last modified time | relevance | path

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

/PHP-5.6/ext/mbstring/oniguruma/
H A Dregparse.h292 int num_call; member
H A Dregcomp.c703 reg->num_call > 0 || in compile_range_repeat_node()
5318 if (scan_env.num_call > 0) { in onig_compile()
5319 r = unset_addr_list_init(&uslist, scan_env.num_call); in onig_compile()
5329 reg->num_call = scan_env.num_call; in onig_compile()
5332 reg->num_call = 0; in onig_compile()
5355 || scan_env.num_call == 0 in onig_compile()
5394 if (scan_env.num_call > 0) { in onig_compile()
5411 else if (scan_env.num_call > 0) { in onig_compile()
5430 if (scan_env.num_call > 0) { in onig_compile()
H A Doniguruma.h667 int num_call; /* number of subexp call */ member
H A Dregparse.c937 env->num_call = 0; in scan_env_clear()
5350 env->num_call++; in parse_exp()
H A DHISTORY371 2006/08/17: [bug] should check scan_env.num_call > 0 for backrefed pattern
1607 2003/05/26: [impl] add num_call member to regex_t.

Completed in 45 milliseconds