Home
last modified time | relevance | path

Searched refs:length (Results 201 – 225 of 588) sorted by path

12345678910>>...24

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c156 if (length < (uint64_t) L64(251)) { in php_mysqlnd_net_store_length()
157 *packet = (zend_uchar) length; in php_mysqlnd_net_store_length()
161 if (length < (uint64_t) L64(65536)) { in php_mysqlnd_net_store_length()
167 if (length < (uint64_t) L64(16777216)) { in php_mysqlnd_net_store_length()
169 int3store(packet,(zend_ulong) length); in php_mysqlnd_net_store_length()
173 int8store(packet, length); in php_mysqlnd_net_store_length()
183 if (length < (uint64_t) L64(251)) { in php_mysqlnd_net_store_length_size()
186 if (length < (uint64_t) L64(65536)) { in php_mysqlnd_net_store_length_size()
189 if (length < (uint64_t) L64(16777216)) { in php_mysqlnd_net_store_length_size()
1250 meta->length = uint4korr(p); in php_mysqlnd_rset_field_read()
[all …]
H A Dmysqlnd_wireprotocol.h305 zend_uchar * php_mysqlnd_net_store_length(zend_uchar *packet, const uint64_t length);
306 size_t php_mysqlnd_net_store_length_size(uint64_t length);
/PHP-7.4/ext/oci8/
H A Dconfig.w3236 for (i = 0; i < oci8_dirs.length; i++) {
71 for (i = 0; i < oci8_11g_dirs.length; i++) {
106 for (i = 0; i < oci8_12c_dirs.length; i++) {
H A Doci8.c173 ZEND_ARG_INFO(0, length)
201 ZEND_ARG_INFO(0, length)
211 ZEND_ARG_INFO(0, length)
217 ZEND_ARG_INFO(0, length)
237 ZEND_ARG_INFO(0, length)
249 ZEND_ARG_INFO(0, length)
535 ZEND_ARG_INFO(0, length)
557 ZEND_ARG_INFO(0, length)
565 ZEND_ARG_INFO(0, length)
570 ZEND_ARG_INFO(0, length)
[all …]
H A Doci8_interface.c406 zend_long length; in PHP_FUNCTION() local
428 if (length <= 0) { in PHP_FUNCTION()
896 zend_long length = 0; in PHP_FUNCTION() local
922 length = -1; in PHP_FUNCTION()
1025 if (length == -1) { in PHP_FUNCTION()
1030 length = 0; in PHP_FUNCTION()
1033 if (length == 0) { in PHP_FUNCTION()
1046 block_length = length; in PHP_FUNCTION()
1049 while(length > 0) { in PHP_FUNCTION()
1065 length -= tmp_bytes_read; in PHP_FUNCTION()
[all …]
H A Doci8_lob.c122 *length = 0; in php_oci_lob_get_length()
125 *length = descriptor->lob_size; in php_oci_lob_get_length()
242 ub4 length = 0; in php_oci_lob_read() local
264 if (length <= 0) { in php_oci_lob_read()
268 if (initial_offset > length) { in php_oci_lob_read()
274 requested_len = length; in php_oci_lob_read()
521 if (length == -1) { in php_oci_lob_copy()
524 copy_len = (ub4) length; in php_oci_lob_copy()
854 if (length == -1) { in php_oci_lob_erase()
855 length = lob_length; in php_oci_lob_erase()
[all …]
H A Dphp_oci8_int.h443 int php_oci_lob_get_length(php_oci_descriptor *descriptor, ub4 *length);
449 …ci_lob_copy(php_oci_descriptor *descriptor, php_oci_descriptor *descriptor_from, zend_long length);
457 int php_oci_lob_erase(php_oci_descriptor *descriptor, zend_long offset, ub4 length, ub4 *bytes_eras…
/PHP-7.4/ext/oci8/tests/
H A Darray_bind_002.phpt62 Warning: oci_bind_array_by_name(): Maximum array length must be greater than zero in %s on line %d
H A Darray_bind_011.phpt62 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
H A Darray_bind_012.phpt23 Warning: oci_bind_array_by_name(): Invalid max length value (-10) in %s on line %d
H A Darray_bind_013.phpt29 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
32 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
35 Warning: oci_bind_array_by_name(): You must provide max length value for empty arrays in %s on line…
H A Dbind_sqltafc.phpt38 $c3 = "AAAAAAAAAA"; // max length allowed in column
39 $c4 = "BBBBBBBBBB"; // max length allowed in column
H A Dbug47281_tt.phpt5 …ledb' => false, 'timesten' => true); // test runs on these DBs: shorter message length in TimesTen
H A Dconn_attr_4.phpt59length > 64 !!!!!this is a very huge string with a length > 64 !!!!!this is a very huge string w…
H A Derror3.phpt2 Maximum Oracle error length
H A Derror_set.phpt15 // Generates "ORA-24960: the attribute OCI_ATTR_* is greater than the maximum allowable length of 6…
H A Dlob_030.phpt14 function insert_verify($c, $tn, $id, $length)
29 $data = str_pad("x", $length, "x");
H A Dreflection1.phpt449 Parameter #1 [ <required> $length ]
471 Parameter #1 [ <optional> $length ]
480 Parameter #2 [ <optional> $length ]
527 Parameter #2 [ <optional> $length ]
544 Parameter #2 [ <optional> $length ]
554 Parameter #3 [ <optional> $length ]
944 Parameter #3 [ <optional> $length ]
H A Dreflection2.phpt45 Parameter #0 [ <optional> $length ]
53 Parameter #1 [ <optional> $length ]
86 Parameter #0 [ <required> $length ]
108 Parameter #1 [ <optional> $length ]
130 Parameter #2 [ <optional> $length ]
139 Parameter #2 [ <optional> $length ]
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c78 ZEND_ARG_INFO(0, length)
/PHP-7.4/ext/opcache/tests/
H A Dbug76275.phpt19 function random_bytes($length)
/PHP-7.4/ext/openssl/
H A Dopenssl.c445 ZEND_ARG_INFO(0, length)
946 add_assoc_stringl(val, key, (char *)str->data, str->length); in php_openssl_add_assoc_asn1_string()
2044 RETVAL_STRINGL((char *)bio_buf->data, bio_buf->length); in PHP_FUNCTION()
2300 long i, length, num; in openssl_x509v3_subjectAltName() local
2310 length = extension_data->length; in openssl_x509v3_subjectAltName()
2312 names = (GENERAL_NAMES*) (ASN1_item_d2i(NULL, &p, length, in openssl_x509v3_subjectAltName()
2315 names = (GENERAL_NAMES*) (method->d2i(NULL, &p, length)); in openssl_x509v3_subjectAltName()
3058 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
3071 ZVAL_STRINGL(&zpkey, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
5500 ZVAL_STRINGL(&zcert, bio_buf->data, bio_buf->length); in PHP_FUNCTION()
[all …]
H A Dphp_openssl.h98 PHP_OPENSSL_API zend_string* php_openssl_random_pseudo_bytes(zend_long length);
/PHP-7.4/ext/openssl/tests/
H A Dcve-2013-6420.phpt13 %s openssl_x509_parse(): illegal length in timestamp in %s%ecve-2013-6420.php on line 3
H A Dopenssl_decrypt_basic.phpt27 // if we want to prefer variable length cipher setting

Completed in 85 milliseconds

12345678910>>...24