Home
last modified time | relevance | path

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

/PHP-7.2/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-7.2/ext/zlib/
H A Dzlib_filter.c77 size_t bin = 0, desired; in php_zlib_inflate_filter() local
83 desired = bucket->buflen - bin; in php_zlib_inflate_filter()
84 if (desired > data->inbuf_len) { in php_zlib_inflate_filter()
85 desired = data->inbuf_len; in php_zlib_inflate_filter()
88 data->strm.avail_in = desired; in php_zlib_inflate_filter()
106 bin += desired; in php_zlib_inflate_filter()
194 size_t bin = 0, desired; in php_zlib_deflate_filter() local
201 desired = bucket->buflen - bin; in php_zlib_deflate_filter()
203 desired = data->inbuf_len; in php_zlib_deflate_filter()
206 data->strm.avail_in = desired; in php_zlib_deflate_filter()
[all …]
/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_case.phpt26 echo "Mode desired is $mode\n";
76 Mode desired is 2
/PHP-7.2/ext/iconv/tests/
H A Diconv_basic.phpt11 * Description: Returns converted string in desired encoding
/PHP-7.2/ext/sockets/tests/
H A Dmcast_ipv6_recv.phpt153 …$r = socket_sendto($sends1, $m = "mcast packet from desired source", strlen($m), 0, $mcastaddr, 30…
220 7> mcast packet from desired source
H A Dsocket_strerror.phpt66 string(26) "No message of desired type"
/PHP-7.2/ext/mbstring/tests/
H A Dmb_convert_encoding_basic.phpt11 * Description: Returns converted string in desired encoding
H A Dmb_convert_encoding_array.phpt11 * Description: Returns converted string in desired encoding
H A Dmb_convert_encoding_variation1.phpt11 * Description: Returns converted string in desired encoding
H A Dmb_convert_encoding_array2.phpt11 * Description: Returns converted string in desired encoding
/PHP-7.2/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-7.2/sapi/fpm/
H A Dwww.conf.in120 ; The desired minimum number of idle server processes.
125 ; The desired maximum number of idle server processes.
/PHP-7.2/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-7.2/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-7.2/
H A DINSTALL802 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 Dacinclude.m4945 dnl "cxx" can be used to indicate that a C++ shared module is desired.

Completed in 35 milliseconds