Searched refs:nsz (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | compress.c | 251 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 D | dasm_x86.lua | 2064 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 D | libmagic.patch | 1376 - prv = file_buffer(ms, -1, NULL, name, newbuf, nsz); 1377 + prv = file_buffer(ms, NULL, NULL, name, newbuf, nsz);
|
Completed in 24 milliseconds