Searched refs:desired (Results 1 – 18 of 18) sorted by relevance
/PHP-7.0/ext/bz2/ |
H A D | bz2_filter.c | 92 size_t bin = 0, desired; in php_bz2_decompress_filter() local 112 desired = bucket->buflen - bin; in php_bz2_decompress_filter() 114 desired = data->inbuf_len; in php_bz2_decompress_filter() 117 data->strm.avail_in = desired; in php_bz2_decompress_filter() 136 consumed += desired; in php_bz2_decompress_filter() 137 bin += desired; in php_bz2_decompress_filter() 228 size_t bin = 0, desired; in php_bz2_compress_filter() local 235 desired = data->inbuf_len; in php_bz2_compress_filter() 238 data->strm.avail_in = desired; in php_bz2_compress_filter() 249 consumed += desired; in php_bz2_compress_filter() [all …]
|
/PHP-7.0/ext/zlib/ |
H A D | zlib_filter.c | 77 size_t bin = 0, desired; in php_zlib_inflate_filter() local 88 desired = bucket->buflen - bin; in php_zlib_inflate_filter() 89 if (desired > data->inbuf_len) { in php_zlib_inflate_filter() 90 desired = data->inbuf_len; in php_zlib_inflate_filter() 93 data->strm.avail_in = desired; in php_zlib_inflate_filter() 110 bin += desired; in php_zlib_inflate_filter() 202 size_t bin = 0, desired; in php_zlib_deflate_filter() local 209 desired = bucket->buflen - bin; in php_zlib_deflate_filter() 211 desired = data->inbuf_len; in php_zlib_deflate_filter() 214 data->strm.avail_in = desired; in php_zlib_deflate_filter() [all …]
|
/PHP-7.0/ext/pdo_oci/tests/ |
H A D | pdo_oci_attr_case.phpt | 26 echo "Mode desired is $mode\n"; 76 Mode desired is 2
|
/PHP-7.0/ext/iconv/tests/ |
H A D | iconv_basic.phpt | 11 * Description: Returns converted string in desired encoding
|
/PHP-7.0/ext/sockets/tests/ |
H A D | mcast_ipv6_recv.phpt | 154 …$r = socket_sendto($sends1, $m = "mcast packet from desired source", strlen($m), 0, $mcastaddr, 30… 221 7> mcast packet from desired source
|
H A D | socket_strerror.phpt | 67 string(26) "No message of desired type"
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_topal.c | 311 int desired; /* desired # of colors = size of colormap */ member 1650 select_colors (cinfo, cquantize->desired); 1891 int desired = cinfo->desired_number_of_colors; local 1893 if (desired < 8) 1896 if (desired > MAXNUMCOLORS) 1899 ((j_common_ptr) cinfo, JPOOL_IMAGE, (JDIMENSION) desired, 1901 cquantize->desired = desired;
|
/PHP-7.0/ext/mbstring/tests/ |
H A D | mb_convert_encoding_basic.phpt | 11 * Description: Returns converted string in desired encoding
|
H A D | mb_convert_encoding_variation1.phpt | 11 * Description: Returns converted string in desired encoding
|
/PHP-7.0/ext/intl/doc/ |
H A D | Tutorial.txt | 10 Get name of the object for the desired Locale, in the desired language. Both arguments 14 @param string $disp_locale Specifies the desired locale for output
|
/PHP-7.0/Zend/RFCs/ |
H A D | 001.txt | 92 reference (unless a replica is actually desired, which is uncommon).
|
/PHP-7.0/sapi/fpm/ |
H A D | www.conf.in | 120 ; The desired minimum number of idle server processes. 125 ; The desired maximum number of idle server processes.
|
/PHP-7.0/ext/mbstring/ |
H A D | README_PHP3-i18n-ja | 137 Don't forget to copy php3.ini-dist to desired location. 512 Returns converted string in desired encoding. If
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | HACKING | 300 Each is followed by two units that encode the desired property as a type and a 307 three units: OP_PROP or OP_NOTPROP, and then the desired property type and
|
/PHP-7.0/ |
H A D | INSTALL | 802 First, note that other related packages may be desired like 823 very likely that additional modules will be desired, such as MySQL, 942 3. Be sure the desired extensions will parse as PHP (examples: .php 963 4. Be sure the DirectoryIndex loads the desired default index file
|
H A D | UPGRADING | 575 the shared memory segment to the desired address and opcache.file_cache
|
H A D | acinclude.m4 | 951 dnl "cxx" can be used to indicate that a C++ shared module is desired.
|
/PHP-7.0/Zend/ |
H A D | ZEND_CHANGES | 604 exception display function to accomplish your desired formatting.
|
Completed in 45 milliseconds