Home
last modified time | relevance | path

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

/PHP-8.2/ext/fileinfo/libmagic/
H A Dascmagic.c127 int n_nel = 0; in file_ascmagic_with_encoding() local
191 n_nel++; in file_ascmagic_with_encoding()
286 if ((n_crlf == 0 && n_cr == 0 && n_nel == 0 && n_lf == 0) || in file_ascmagic_with_encoding()
287 (n_crlf != 0 || n_cr != 0 || n_nel != 0)) { in file_ascmagic_with_encoding()
292 n_nel == 0 && n_lf == 0) { in file_ascmagic_with_encoding()
299 if (n_cr || n_lf || n_nel) in file_ascmagic_with_encoding()
306 if (n_lf || n_nel) in file_ascmagic_with_encoding()
313 if (n_nel) in file_ascmagic_with_encoding()
317 if (n_nel) in file_ascmagic_with_encoding()

Completed in 4 milliseconds