Home
last modified time | relevance | path

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

/PHP-5.3/ext/zlib/
H A Dzlib_filter.c81 size_t bin = 0, desired; in php_zlib_inflate_filter() local
91 desired = bucket->buflen - bin; in php_zlib_inflate_filter()
93 desired = data->inbuf_len; in php_zlib_inflate_filter()
96 data->strm.avail_in = desired; in php_zlib_inflate_filter()
113 consumed += desired; in php_zlib_inflate_filter()
114 bin += desired; in php_zlib_inflate_filter()
206 size_t bin = 0, desired; in php_zlib_deflate_filter() local
213 desired = data->inbuf_len; in php_zlib_deflate_filter()
216 data->strm.avail_in = desired; in php_zlib_deflate_filter()
227 consumed += desired; in php_zlib_deflate_filter()
[all …]
/PHP-5.3/ext/bz2/
H A Dbz2_filter.c92 size_t bin = 0, desired; in php_bz2_decompress_filter() local
111 desired = bucket->buflen - bin; in php_bz2_decompress_filter()
113 desired = data->inbuf_len; in php_bz2_decompress_filter()
116 data->strm.avail_in = desired; in php_bz2_decompress_filter()
135 consumed += desired; in php_bz2_decompress_filter()
136 bin += desired; in php_bz2_decompress_filter()
229 size_t bin = 0, desired; in php_bz2_compress_filter() local
236 desired = data->inbuf_len; in php_bz2_compress_filter()
239 data->strm.avail_in = desired; in php_bz2_compress_filter()
250 consumed += desired; in php_bz2_compress_filter()
[all …]
/PHP-5.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt26 echo "Mode desired is $mode\n";
76 Mode desired is 2
/PHP-5.3/ext/iconv/tests/
H A Diconv_basic.phpt11 * Description: Returns converted string in desired encoding
/PHP-5.3/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.3/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.3/ext/intl/doc/
H A DTutorial.txt10 Get name of the object for the desired Locale, in the desired langauge. Both arguments
14 @param string $disp_locale Specifies the desired locale for output
/PHP-5.3/ext/sockets/tests/
H A Dsocket_strerror.phpt67 string(26) "No message of desired type"
/PHP-5.3/Zend/RFCs/
H A D001.txt92 reference (unless a replica is actually desired, which is uncommon).
/PHP-5.3/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.3/sapi/fpm/
H A Dphp-fpm.conf.in224 ; The desired minimum number of idle server processes.
229 ; The desired maximum number of idle server processes.
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING279 Each is followed by two units that encode the desired property as a type and a
283 three units: OP_PROP or OP_NOTPROP, and then the desired property type and
/PHP-5.3/
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.m4940 dnl "cxx" can be used to indicate that a C++ shared module is desired.
/PHP-5.3/Zend/
H A DZEND_CHANGES604 exception display function to accomplish your desired formatting.
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in518 ** of this buffer if desired.

Completed in 43 milliseconds