Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregexec.c1027 UChar *p1, *p2, *end1, *s2, *end2; in string_cmp_ic() local
1032 end2 = s2 + mblen; in string_cmp_ic()
1035 len2 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s2, end2, buf2); in string_cmp_ic()
/PHP-7.2/ext/standard/
H A Dstring.c3539 char *end2 = (char *) txt2 + len2; local
3544 for (q = (char *) txt2; q < end2; q++) {
3545 for (l = 0; (p + l < end1) && (q + l < end2) && (p[l] == q[l]); l++);
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3326 struct sljit_jump *end2 = NULL; in mainloop_entry() local
3386 end2 = JUMP(SLJIT_JUMP); in mainloop_entry()
3431 JUMPHERE(end2); in mainloop_entry()
5256 const pcre_uchar *end2 = args->end; in do_utf_caselesscmp() local
5262 if (src2 >= end2) in do_utf_caselesscmp()

Completed in 51 milliseconds