Home
last modified time | relevance | path

Searched refs:end2 (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dstring.c3607 const char *end2 = (char *) txt2 + len2; local
3613 for (q = (char *) txt2; q < end2; q++) {
3614 for (l = 0; (p + l < end1) && (q + l < end2) && (p[l] == q[l]); l++);
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5143 struct sljit_jump *end2 = NULL; in mainloop_entry() local
5221 end2 = CMP(SLJIT_LESS_EQUAL, TMP2, 0, STR_END, 0); in mainloop_entry()
5223 JUMPHERE(end2); in mainloop_entry()
5244 end2 = JUMP(SLJIT_JUMP); in mainloop_entry()
5321 JUMPHERE(end2); in mainloop_entry()

Completed in 63 milliseconds