Home
last modified time | relevance | path

Searched refs:size (Results 151 – 175 of 592) sorted by path

12345678910>>...24

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c514 ret->size = ret->len = count; in mysqlnd_create_read_buffer()
H A Dmysqlnd_structs.h51 MYSQLND_MEMORY_POOL_CHUNK* (*get_chunk)(MYSQLND_MEMORY_POOL * pool, unsigned int size TSRMLS_DC);
59 unsigned int size; member
60 enum_func_status (*resize_chunk)(MYSQLND_MEMORY_POOL_CHUNK * chunk, unsigned int size TSRMLS_DC);
270 size_t size; member
H A Dmysqlnd_wireprotocol.c47 (buf_size), (packet)->header.size, (packet)->header.size - (buf_size)); \
291 header->size = uint3korr(buffer); in mysqlnd_read_header()
344 buf[packet->header.size] = '\0'; in php_mysqlnd_greet_read()
451 p - begin - packet->header.size); in php_mysqlnd_greet_read()
664 buf[packet->header.size] = '\0'; in php_mysqlnd_auth_response_read()
929 if (packet->header.size > 1) { in php_mysqlnd_eof_read()
1091 len = packet->header.size - 1; in php_mysqlnd_rset_header_read()
1423 *data_size += header.size; in php_mysqlnd_read_row_ex()
1439 if (!header.size) { in php_mysqlnd_read_row_ex()
1794 packet->header.size = data_size; in php_mysqlnd_rowp_read()
[all …]
H A Dmysqlnd_wireprotocol.h61 size_t size; member
/PHP-5.5/ext/oci8/
H A Doci8.c989 PHP_FALIAS(size, oci_lob_size, arginfo_oci_lob_size_method)
1015 PHP_FALIAS(size, oci_collection_size, arginfo_oci_collection_size_method)
H A Doci8_collection.c241 int php_oci_collection_size(php_oci_collection *collection, sb4 *size TSRMLS_DC) in php_oci_collection_size()
245 …on->errcode, OCICollSize, (connection->env, connection->err, collection->collection, (sb4 *)size)); in php_oci_collection_size()
H A Doci8_interface.c1739 long size; local
1741 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rl", &z_statement, &size) == FAILURE) {
1747 if (php_oci_statement_set_prefetch(statement, size TSRMLS_CC)) {
2289 sb4 size = 0; local
2304 if (php_oci_collection_size(collection, &size TSRMLS_CC)) {
2307 RETURN_LONG(size);
H A Doci8_statement.c114 int php_oci_statement_set_prefetch(php_oci_statement *statement, long size TSRMLS_DC) in php_oci_statement_set_prefetch()
116 ub4 prefetch = size; in php_oci_statement_set_prefetch()
118 if (size < 0) { in php_oci_statement_set_prefetch()
/PHP-5.5/ext/oci8/tests/
H A Dbind_char_1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_1_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_2.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_2_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_3.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_3_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_4.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbind_char_4_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_1_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_2.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_2_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_4.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug27303_4_11gR1.phpt7 // The bind buffer size edge cases seem to change each DB version.
H A Dbug32325.phpt34 var_dump($collection->size());
H A Dbug46994.phpt2 Bug #46994 (CLOB size does not update when using CLOB IN OUT param in stored procedure)
58 var_dump($myclob->load()); // Use cached size code path
H A Dbug47281.phpt2 Bug #47281 ($php_errormsg is limited in size of characters)

Completed in 113 milliseconds

12345678910>>...24