Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c251 size_t i, nsz; in file_zmagic() local
288 nsz = nbytes; in file_zmagic()
289 urv = uncompressbuf(fd, ms->bytes_max, i, buf, &newbuf, &nsz); in file_zmagic()
291 (char *)newbuf, nsz); in file_zmagic()
299 prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz); in file_zmagic()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua2062 local nsz = args[i].opsize
2063 if nsz then
2064 if sz and sz ~= nsz then szmix = true else sz = nsz end
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1349 - prv = file_buffer(ms, -1, NULL, name, newbuf, nsz);
1350 + prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz);

Completed in 24 milliseconds