Home
last modified time | relevance | path

Searched refs:compressed (Results 51 – 75 of 77) sorted by relevance

1234

/PHP-8.2/ext/mysqli/tests/
H A D001.phpt49 /*** test mysqli_real_connect compressed ***/
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_protocol_frame_codec.c128 DBG_INF_FMT("count=%zu compression=%u", count, pfc->data->compressed); in MYSQLND_METHOD()
130 if (pfc->data->compressed == TRUE) { in MYSQLND_METHOD()
143 if (pfc->data->compressed == TRUE) { in MYSQLND_METHOD()
324 if (pfc->data->compressed) { in MYSQLND_METHOD()
H A Dmysqlnd_connection.c593 if (pfc->data->compressed) {
600 pfc->data->compressed = FALSE;
647 pfc->data->compressed = TRUE;
654 pfc->data->compressed = mysql_flags & CLIENT_COMPRESS? TRUE:FALSE;
H A Dmysqlnd_wireprotocol.c248 DBG_INF_FMT("compressed=%u", pfc->data->compressed); in mysqlnd_read_header()
261 if (pfc->data->compressed || pfc->data->packet_no == header->packet_no) { in mysqlnd_read_header()
/PHP-8.2/ext/soap/tests/
H A Dserver019.phpt2 SOAP Server 19: compressed request (gzip)
H A Dserver020.phpt2 SOAP Server 20: compressed request (deflate)
/PHP-8.2/ext/phar/tests/
H A Dphar_convert_tar2.phpt2 Phar::convertToTar() gzip compressed
H A Dphar_convert_tar3.phpt2 Phar::convertToTar() bz2 compressed
H A Dphar_setdefaultstub.phpt196 ' gzinflate() function needed for zlib-compressed .phars');
203 ' bzdecompress() function needed for bz2-compressed .phars');
491 ' gzinflate() function needed for zlib-compressed .phars');
498 ' bzdecompress() function needed for bz2-compressed .phars');
786 ' gzinflate() function needed for zlib-compressed .phars');
793 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dphar_createdefaultstub.phpt176 ' gzinflate() function needed for zlib-compressed .phars');
183 ' bzdecompress() function needed for bz2-compressed .phars');
470 ' gzinflate() function needed for zlib-compressed .phars');
477 ' bzdecompress() function needed for bz2-compressed .phars');
772 ' gzinflate() function needed for zlib-compressed .phars');
779 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-8.2/ext/fileinfo/tests/
H A Dbug77961.magic14 0 belong 0xcafed00d JAR compressed with pack200,
H A Dmagic545 # If compressed, the entire tar file is compressed with JAVA deflate
3099 # offset of compressed data
3538 # compressed data size != compressed file size
7756 # Zstandard compressed data
7841 0 string bvx2 lzfse compressed, compressed tables
13325 >20 beshort >0 compressed,
17624 >20 belong 2 compressed,
23674 # compressed size?
26649 # compressed
30631 >33 byte 2 (compressed)
[all …]
H A Dmagic私はガラスを食べられます545 # If compressed, the entire tar file is compressed with JAVA deflate
3099 # offset of compressed data
3538 # compressed data size != compressed file size
7756 # Zstandard compressed data
7841 0 string bvx2 lzfse compressed, compressed tables
13325 >20 beshort >0 compressed,
17624 >20 belong 2 compressed,
23674 # compressed size?
26649 # compressed
30631 >33 byte 2 (compressed)
[all …]
/PHP-8.2/ext/phar/tests/cache_list/files/
H A Dnophar.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-8.2/ext/phar/tests/files/
H A Dinclude_path2.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dnophar.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl256.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dopenssl512.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-8.2/ext/phar/tests/zip/
H A Dbzip2.phpt2 Phar: process bzip2-compressed zip entry
/PHP-8.2/ext/phar/
H A Dzip.c526 switch (PHAR_GET_16(zipentry.compressed)) { in phar_parse_zipfile()
885 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply_int()
886 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply_int()
890 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply_int()
891 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply_int()
/PHP-8.2/ext/gd/
H A Dgd.stub.php636 function imagebmp(GdImage $image, $file = null, bool $compressed = true): bool {} argument
H A Dgd.c1971 bool compressed = 1; in PHP_FUNCTION() local
1976 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|z!b", &imgind, gd_image_ce, &to_zval, &compressed) =… in PHP_FUNCTION()
1991 gdImageBmpCtx(im, ctx, (int) compressed); in PHP_FUNCTION()
H A Dgd_arginfo.h276 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, compressed, _IS_BOOL, 0, "true")

Completed in 265 milliseconds

1234