Searched refs:utf8_end (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | ascmagic.c | 105 unsigned char *utf8_buf = NULL, *utf8_end; in file_ascmagic_with_encoding() local 146 if ((utf8_end = encode_utf8(utf8_buf, mlen, ubuf, ulen)) in file_ascmagic_with_encoding() 150 (size_t)(utf8_end - utf8_buf), 0, TEXTTEST, text)) == 0) in file_ascmagic_with_encoding()
|
/PHP-5.4/ext/fileinfo/ |
H A D | libmagic.patch | 859 - (size_t)(utf8_end - utf8_buf), TEXTTEST, text)) == 0) 860 + (size_t)(utf8_end - utf8_buf), 0, TEXTTEST, text)) == 0)
|
Completed in 22 milliseconds