Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c153 } compr[] = { variable
182 private size_t ncompr = __arraycount(compr);
236 if (nbytes < compr[i].maglen) in file_zmagic()
239 if (compr[i].maglen == 0) in file_zmagic()
241 CCAST(void *, compr[i].magic)))(buf); in file_zmagic()
244 zm = memcmp(buf, compr[i].magic, compr[i].maglen) == 0; in file_zmagic()
680 if (method == 2 || compr[method].maglen == 0) in methodname()
683 return compr[method].argv[0]; in methodname()
701 if (compr[method].maglen == 0) in uncompressbuf()
753 (void)execvp(compr[method].argv[0], in uncompressbuf()
[all …]

Completed in 6 milliseconds