Home
last modified time | relevance | path

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

/PHP-8.3/ext/fileinfo/libmagic/
H A Dascmagic.c131 size_t has_long_lines = 0; in file_ascmagic_with_encoding() local
198 if (ll > has_long_lines) in file_ascmagic_with_encoding()
199 has_long_lines = ll; in file_ascmagic_with_encoding()
277 if (has_long_lines) in file_ascmagic_with_encoding()
279 has_long_lines) == -1) in file_ascmagic_with_encoding()
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch898 if (has_long_lines)
900 - SIZE_T_FORMAT "u)", has_long_lines) == -1)
902 + has_long_lines) == -1)

Completed in 9 milliseconds