Home
last modified time | relevance | path

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

/PHP-5.3/sapi/isapi/stresstest/
H A Dstresstest.cpp111 char buf1[COMPARE_BUF_SIZE], buf2[COMPARE_BUF_SIZE]; in CompareFiles() local
125 length1 = fread(buf1, 1, sizeof(buf1), fp1); in CompareFiles()
143 || memcmp(buf1, buf2, length1)!=0) { in CompareFiles()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c1951 BBuf *buf1, *buf2, *pbuf; in and_cclass() local
1957 buf1 = dest->mbuf; in and_cclass()
1981 r = or_code_range_buf(enc, buf1, 0, buf2, 0, &pbuf); in and_cclass()
1984 r = and_code_range_buf(buf1, not1, buf2, not2, &pbuf); in and_cclass()
1999 bbuf_free(buf1); in and_cclass()
2009 BBuf *buf1, *buf2, *pbuf; in or_cclass() local
2015 buf1 = dest->mbuf; in or_cclass()
2039 r = and_code_range_buf(buf1, 0, buf2, 0, &pbuf); in or_cclass()
2042 r = or_code_range_buf(enc, buf1, not1, buf2, not2, &pbuf); in or_cclass()
2057 bbuf_free(buf1); in or_cclass()
H A Dregexec.c1034 UChar buf1[ONIGENC_MBC_NORMALIZE_MAXLEN]; in string_cmp_ic() local
1043 len1 = ONIGENC_MBC_TO_NORMALIZE(enc, ambig_flag, &s1, end, buf1); in string_cmp_ic()
1046 p1 = buf1; in string_cmp_ic()

Completed in 30 milliseconds