Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dcompress.c275 size_t i, nsz; in file_zmagic() local
312 nsz = nbytes; in file_zmagic()
315 (ms->flags & MAGIC_NO_COMPRESS_FORK), buf, &newbuf, &nsz); in file_zmagic()
317 (char *)newbuf, nsz); in file_zmagic()
326 nsz); in file_zmagic()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua2068 local nsz = args[i].opsize
2069 if nsz then
2070 if sz and sz ~= nsz then szmix = true else sz = nsz end
/php-src/ext/fileinfo/
H A Dlibmagic.patch1248 nsz = nbytes;
1252 (ms->flags & MAGIC_NO_COMPRESS_FORK), buf, &newbuf, &nsz);
1260 nsz);

Completed in 17 milliseconds