Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dcompress.c220 size_t i, nsz; in file_zmagic() local
258 nsz = nbytes; in file_zmagic()
259 urv = uncompressbuf(fd, ms->bytes_max, i, buf, &newbuf, &nsz); in file_zmagic()
261 (char *)newbuf, nsz); in file_zmagic()
269 prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz); in file_zmagic()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1454 - prv = file_buffer(ms, -1, NULL, name, newbuf, nsz);
1455 + prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz);

Completed in 11 milliseconds