Home
last modified time | relevance | path

Searched refs:compressed (Results 26 – 36 of 36) sorted by relevance

12

/PHP-5.5/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 Dopenssl.phar141 ' gzinflate() function needed for zlib-compressed .phars');
148 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-5.5/ext/phar/tests/zip/
H A Dbzip2.phpt2 Phar: process bzip2-compressed zip entry
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c350 DBG_INF_FMT("count=" MYSQLND_SZ_T_SPEC " compression=%u", count, net->data->compressed); in MYSQLND_METHOD()
352 if (net->data->compressed == TRUE) { in MYSQLND_METHOD()
361 if (net->data->compressed == TRUE) { in MYSQLND_METHOD()
631 if (net->data->compressed) { in MYSQLND_METHOD()
H A Dmysqlnd.c892 if (net->data->compressed) {
899 net->data->compressed = FALSE;
980 net->data->compressed = TRUE;
987 net->data->compressed = mysql_flags & CLIENT_COMPRESS? TRUE:FALSE;
H A Dmysqlnd_wireprotocol.c286 DBG_INF_FMT("compressed=%u", net->data->compressed); in mysqlnd_read_header()
301 if (net->data->compressed || net->packet_no == header->packet_no) { in mysqlnd_read_header()
H A Dmysqlnd_structs.h816 zend_bool compressed; member
/PHP-5.5/ext/phar/
H A Dzip.c473 switch (PHAR_GET_16(zipentry.compressed)) { in phar_parse_zipfile()
812 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply()
813 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_DEFLATE); in phar_zip_changed_apply()
817 PHAR_SET_16(central.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply()
818 PHAR_SET_16(local.compressed, PHAR_ZIP_COMP_BZIP2); in phar_zip_changed_apply()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic2461 #>8 quad x compressed TOC: %d,
4202 # Type: DACT compressed files
7526 >31 byte 0 (Not compressed),
7741 >>&36 lelong >0 (compressed)
10118 >20 belong 2 compressed,
10288 >>>>2 byte 1 RLE compressed
10837 >17 string 1\n \b, compressed
15232 >4 string BZ bzip2 compressed
16290 >33 byte 2 (compressed)
17714 >10 byte &8 \b, compressed
[all …]
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1205 -zip application/x-zip-compressed
/PHP-5.5/
H A DNEWS3954 . Fixed bug #52013 (Unable to decompress files in a compressed phar). (Hannes)
6047 - Added support for using compressed connections with PDO_mysql. (Johannes)

Completed in 107 milliseconds

12