Searched refs:rep_max (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_exec.c | 111 static const char rep_max[] = { 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, }; variable 2755 max = rep_max[c]; /* zero for max => infinity */ in match() 2899 max = rep_max[c]; /* zero for max => infinity */ in match() 3126 max = rep_max[c]; /* zero for max => infinity */ in match() 3381 max = rep_max[c]; /* zero for max => infinity */ in match() 3775 max = rep_max[c]; /* zero for max => infinity */ in match() 4132 max = rep_max[c]; /* zero for max => infinity */ in match()
|
Completed in 22 milliseconds