Home
last modified time | relevance | path

Searched refs:desired (Results 1 – 17 of 17) sorted by relevance

/PHP-5.5/ext/bz2/
H A Dbz2_filter.c92 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-5.5/ext/zlib/
H A Dzlib_filter.c77 size_t bin = 0, desired; in php_zlib_inflate_filter() local
90 desired = bucket->buflen - bin; in php_zlib_inflate_filter()
91 if (desired > data->inbuf_len) { in php_zlib_inflate_filter()
92 desired = data->inbuf_len; in php_zlib_inflate_filter()
95 data->strm.avail_in = desired; in php_zlib_inflate_filter()
112 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-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt26 echo "Mode desired is $mode\n";
76 Mode desired is 2
/PHP-5.5/ext/iconv/tests/
H A Diconv_basic.phpt11 * Description: Returns converted string in desired encoding
/PHP-5.5/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt154 …$r = socket_sendto($sends1, $m = "mcast packet from desired source", strlen($m), 0, $mcastaddr, 30…
221 7> mcast packet from desired source
H A Dsocket_strerror.phpt67 string(26) "No message of desired type"
/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c311 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-5.5/ext/mbstring/tests/
H A Dmb_convert_encoding_basic.phpt11 * Description: Returns converted string in desired encoding
H A Dmb_convert_encoding_variation1.phpt11 * Description: Returns converted string in desired encoding
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt10 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-5.5/Zend/RFCs/
H A D001.txt92 reference (unless a replica is actually desired, which is uncommon).
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja137 Don't forget to copy php3.ini-dist to desired location.
512 Returns converted string in desired encoding. If
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in237 ; The desired minimum number of idle server processes.
242 ; The desired maximum number of idle server processes.
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING300 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-5.5/
H A DINSTALL1006 First, note that other related packages may be desired like
1027 very likely that additional modules will be desired, such as MySQL,
1146 3. Be sure the desired extensions will parse as PHP (examples: .php
1167 4. Be sure the DirectoryIndex loads the desired default index file
H A Dacinclude.m4951 dnl "cxx" can be used to indicate that a C++ shared module is desired.
/PHP-5.5/Zend/
H A DZEND_CHANGES604 exception display function to accomplish your desired formatting.

Completed in 67 milliseconds