Home
last modified time | relevance | path

Searched refs:encoding_max (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dmagic.c364 ms->encoding_max = *CAST(const size_t *, val); in magic_setparam()
403 *CAST(size_t *, val) = ms->encoding_max; in magic_getparam()
H A Dencoding.c96 if (nbytes > ms->encoding_max) in file_encoding()
97 nbytes = ms->encoding_max; in file_encoding()
H A Dfile.h484 size_t encoding_max; /* bytes to look for encoding */ member
H A Dapprentice.c584 ms->encoding_max = FILE_ENCODING_MAX; in file_ms_alloc()
/php-src/ext/fileinfo/
H A Dlibmagic.patch1351 nbytes = ms->encoding_max;

Completed in 23 milliseconds