Home
last modified time | relevance | path

Searched refs:xz (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/scripts/dev/
H A Dmakedist18 Creates PHP release packages (tar.gz, tar.bz2, tar.xz) from the php-src Git
189 xz -9 -k "$prefix".tar || exit 9
190 md5sum "$prefix".tar.xz
191 xz -t "$prefix".tar.xz
/PHP-8.0/ext/fileinfo/
H A Dgenerate_patch.sh5 | tar -xz --strip-components=2 -C libmagic.orig file-$VERSION/src
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcompress.c652 lzma_stream xz; in uncompressxzlib() local
654 memset(&xz, 0, sizeof(xz)); in uncompressxzlib()
655 rc = lzma_auto_decoder(&xz, UINT64_MAX, 0); in uncompressxzlib()
662 xz.next_in = CCAST(const uint8_t *, old); in uncompressxzlib()
663 xz.avail_in = CAST(uint32_t, *n); in uncompressxzlib()
664 xz.next_out = RCAST(uint8_t *, *newch); in uncompressxzlib()
665 xz.avail_out = CAST(unsigned int, bytes_max); in uncompressxzlib()
667 rc = lzma_code(&xz, LZMA_RUN); in uncompressxzlib()
671 *n = CAST(size_t, xz.total_out); in uncompressxzlib()
673 lzma_end(&xz); in uncompressxzlib()
/PHP-8.0/
H A D.gitignore264 /*.tar.xz
267 /*.tar.xz.asc
/PHP-8.0/docs/
H A Drelease-process.md138 create `configure` and build three tarballs (gz, bz2 and xz).
236 create configure and build three tarballs (gz, bz2 and xz). Check if the
339 Try, e.g. https://www.php.net/distributions/php-7.4.0.tar.xz
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2592 # 2nd archive name=control archive name like control.tar.gz or control.tar.xz
2594 # look for 3rd archive name=data archive name like data.tar.{gz,xz,bz2,lzma}
7329 # http://tukaani.org/xz/xz-file-format.txt
7332 !:mime application/x-xz
12841 >20 beshort 4 xz
16696 0 string xz MGR bitmap, old format, 1-bit deep, 32-bit aligned
H A Dmagic2592 # 2nd archive name=control archive name like control.tar.gz or control.tar.xz
2594 # look for 3rd archive name=data archive name like data.tar.{gz,xz,bz2,lzma}
7329 # http://tukaani.org/xz/xz-file-format.txt
7332 !:mime application/x-xz
12841 >20 beshort 4 xz
16696 0 string xz MGR bitmap, old format, 1-bit deep, 32-bit aligned

Completed in 111 milliseconds