Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dstring.c3375 const char *end2 = (char *) txt2 + len2; local
3381 for (q = (char *) txt2; q < end2; q++) {
3382 for (l = 0; (p + l < end1) && (q + l < end2) && (p[l] == q[l]); l++);
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5147 struct sljit_jump *end2 = NULL; in mainloop_entry() local
5225 end2 = CMP(SLJIT_LESS_EQUAL, TMP2, 0, STR_END, 0); in mainloop_entry()
5227 JUMPHERE(end2); in mainloop_entry()
5248 end2 = JUMP(SLJIT_JUMP); in mainloop_entry()
5325 JUMPHERE(end2); in mainloop_entry()

Completed in 56 milliseconds