Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua2064 local nsz = args[i].opsize
2065 if nsz then
2066 if sz and sz ~= nsz then szmix = true else sz = nsz end
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch1376 - prv = file_buffer(ms, -1, NULL, name, newbuf, nsz);
1377 + prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz);

Completed in 21 milliseconds