Home
last modified time | relevance | path

Searched refs:bz (Results 1 – 12 of 12) sorted by relevance

/PHP-8.1/ext/bz2/
H A Dbz2.stub.php11 /** @param resource $bz */
15 * @param resource $bz
22 * @param resource $bz
26 function bzflush($bz): bool {} argument
29 * @param resource $bz
33 function bzclose($bz): bool {} argument
35 /** @param resource $bz */
36 function bzerrno($bz): int {} argument
38 /** @param resource $bz */
42 * @param resource $bz
[all …]
H A Dbz2_arginfo.h10 ZEND_ARG_INFO(0, bz)
15 ZEND_ARG_INFO(0, bz)
21 ZEND_ARG_INFO(0, bz)
27 ZEND_ARG_INFO(0, bz)
31 ZEND_ARG_INFO(0, bz)
35 ZEND_ARG_INFO(0, bz)
H A Dphp_bz2.h50 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, const char *mode, php_stream *i…
52 #define php_stream_bz2open_from_BZFILE(bz, mode, innerstream) _php_stream_bz2open_from_BZFILE((bz),… argument
H A Dbz2.c162 PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, in _php_stream_bz2open_from_BZFILE() argument
173 self->bz_file = bz; in _php_stream_bz2open_from_BZFILE()
307 zval *bz; in PHP_FUNCTION() local
312 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "r|l", &bz, &len)) { in PHP_FUNCTION()
316 php_stream_from_zval(stream, bz); in PHP_FUNCTION()
338 BZFILE *bz; /* The compressed file stream */ in PHP_FUNCTION() local
405 bz = BZ2_bzdopen((int)fd, mode); in PHP_FUNCTION()
407 stream = php_stream_bz2open_from_BZFILE(bz, mode, stream); in PHP_FUNCTION()
/PHP-8.1/ext/bz2/tests/
H A Dbug51997.phpt12 $bz = bzopen($filename, "w");
13 bzwrite($bz, $str);
14 bzclose($bz);
16 $bz = bzopen($filename, "r");
17 fseek($bz, 0, SEEK_CUR);
18 print bzread($bz, 10);
19 print bzread($bz);
20 bzclose($bz);
H A Dwith_files.phpt12 $bz = bzopen($filename, "w");
13 bzwrite($bz, $str);
14 bzclose($bz);
16 $bz = bzopen($filename, "r");
17 print bzread($bz, 10);
18 print bzread($bz);
19 bzclose($bz);
H A Dbzerr_functions_on_invalid_stream.phpt25 bzerrno(): Argument #1 ($bz) must be a bz2 stream
26 bzerrstr(): Argument #1 ($bz) must be a bz2 stream
27 bzerror(): Argument #1 ($bz) must be a bz2 stream
/PHP-8.1/ext/standard/tests/strings/
H A Dbug33076.phpt6 $value = str_ireplace("t", "bz", "Text");
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c609 bz_stream bz; in uncompressbzlib() local
611 memset(&bz, 0, sizeof(bz)); in uncompressbzlib()
612 rc = BZ2_bzDecompressInit(&bz, 0, 0); in uncompressbzlib()
619 bz.next_in = CCAST(char *, RCAST(const char *, old)); in uncompressbzlib()
620 bz.avail_in = CAST(uint32_t, *n); in uncompressbzlib()
621 bz.next_out = RCAST(char *, *newch); in uncompressbzlib()
622 bz.avail_out = CAST(unsigned int, bytes_max); in uncompressbzlib()
624 rc = BZ2_bzDecompress(&bz); in uncompressbzlib()
630 *n = CAST(size_t, bz.total_out_lo32); in uncompressbzlib()
631 rc = BZ2_bzDecompressEnd(&bz); in uncompressbzlib()
/PHP-8.1/ext/standard/tests/misc/
H A Dbrowscap.ini2588 [ZeBot_www.ze.bz*]
2590 Browser="ZE.bz" argument
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic30059 # freezed configuration file (dbm format?) created from sendmal.cf with -bz
H A Dmagic私はガラスを食べられます30059 # freezed configuration file (dbm format?) created from sendmal.cf with -bz

Completed in 260 milliseconds