Home
last modified time | relevance | path

Searched refs:compr (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.2/ext/fileinfo/libmagic/
H A Dcompress.c103 } compr[] = { variable
132 private size_t ncompr = sizeof(compr) / sizeof(compr[0]);
166 if (nbytes < compr[i].maglen) in file_zmagic()
169 if (compr[i].maglen == 0) in file_zmagic()
171 CCAST(void *, compr[i].magic)))(buf); in file_zmagic()
174 zm = memcmp(buf, compr[i].magic, compr[i].maglen) == 0; in file_zmagic()
609 if (method == 2 || compr[method].maglen == 0) in methodname()
612 return compr[method].argv[0]; in methodname()
628 if (compr[method].maglen == 0) in uncompressbuf()
654 (void)execvp(compr[method].argv[0], in uncompressbuf()
[all …]
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1238 private size_t ncompr = sizeof(compr) / sizeof(compr[0]);

Completed in 14 milliseconds