Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dencoding.c49 private int looks_utf7(const unsigned char *, size_t, unicodechar *, size_t *);
103 if (looks_utf7(buf, nbytes, *ubuf, ulen) > 0) { in file_encoding()
404 looks_utf7(const unsigned char *buf, size_t nbytes, unicodechar *ubuf, size_t *ulen) in looks_utf7() function
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1525 -private int looks_utf7(const unsigned char *, size_t, unichar *, size_t *);
1530 +private int looks_utf7(const unsigned char *, size_t, unicodechar *, size_t *);
1644 -looks_utf7(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen)
1645 +looks_utf7(const unsigned char *buf, size_t nbytes, unicodechar *ubuf, size_t *ulen)

Completed in 12 milliseconds