Home
last modified time | relevance | path

Searched refs:end1 (Results 1 – 4 of 4) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dutf16_le.c66 const UChar* end1 = end - 1; in is_valid_mbc_string() local
68 while (p < end1) { in is_valid_mbc_string()
H A Dregexec.c1027 UChar *p1, *p2, *end1, *s2, *end2; in string_cmp_ic() local
1031 end1 = s1 + mblen; in string_cmp_ic()
1033 while (s1 < end1) { in string_cmp_ic()
1034 len1 = ONIGENC_MBC_CASE_FOLD(enc, case_fold_flag, &s1, end1, buf1); in string_cmp_ic()
/PHP-7.2/ext/standard/
H A Dstring.c3538 char *end1 = (char *) txt1 + len1; local
3543 for (p = (char *) txt1; p < end1; p++) {
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.c5251 …pcre_uchar * SLJIT_CALL do_utf_caselesscmp(pcre_uchar *src1, jit_arguments *args, pcre_uchar *end1) in do_utf_caselesscmp() argument
5260 while (src1 < end1) in do_utf_caselesscmp()

Completed in 54 milliseconds