Home
last modified time | relevance | path

Searched refs:data_size (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/standard/libavifinfo/
H A Davifinfo.h50 AvifInfoStatus AvifInfoIdentify(const uint8_t* data, size_t data_size);
56 AvifInfoStatus AvifInfoGetFeatures(const uint8_t* data, size_t data_size,
H A Davifinfo.c666 size_t data_size; member
672 if (num_bytes > forward->data_size) return NULL; in AvifInfoInternalForwardRead()
675 forward->data_size -= num_bytes; in AvifInfoInternalForwardRead()
681 if (num_bytes > forward->data_size) num_bytes = forward->data_size; in AvifInfoInternalForwardSkip()
683 forward->data_size -= num_bytes; in AvifInfoInternalForwardSkip()
689 AvifInfoStatus AvifInfoIdentify(const uint8_t* data, size_t data_size) { in AvifInfoIdentify() argument
692 stream.data_size = data_size; in AvifInfoIdentify()
699 AvifInfoStatus AvifInfoGetFeatures(const uint8_t* data, size_t data_size, in AvifInfoGetFeatures() argument
703 stream.data_size = data_size; in AvifInfoGetFeatures()
/php-src/ext/mysqli/tests/
H A Dmysqli_real_connect_compression_error.phpt22 $data_size = 16777174;
31 $data = str_repeat("x", $data_size);
42 $data = str_repeat("x", $data_size);
/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1334 size_t * const data_size) in php_mysqlnd_read_row_ex() argument
1357 *data_size = 0; in php_mysqlnd_read_row_ex()
1368 p = buf + *data_size; in php_mysqlnd_read_row_ex()
1369 *data_size += header.size; in php_mysqlnd_read_row_ex()
1390 *data_size += header.size; in php_mysqlnd_read_row_ex()
1650 size_t data_size = 0; in php_mysqlnd_rowp_read() local
1673 packet->header.size = data_size; in php_mysqlnd_rowp_read()
1692 if (data_size > 1) { in php_mysqlnd_rowp_read()
1770 unsigned int data_size; in php_mysqlnd_prepare_read() local
1779 data_size = packet->header.size; in php_mysqlnd_prepare_read()
[all …]
H A Dmysqlnd_ps_codec.c634 …ute_calculate_param_values_size(MYSQLND_STMT_DATA * stmt, zval ** copies_param, size_t * data_size) in mysqlnd_stmt_execute_calculate_param_values_size() argument
666 *data_size += 8; in mysqlnd_stmt_execute_calculate_param_values_size()
687 *data_size += 4 + is_longlong; in mysqlnd_stmt_execute_calculate_param_values_size()
696 (*data_size)++; in mysqlnd_stmt_execute_calculate_param_values_size()
701 *data_size += 8; /* max 8 bytes for size */ in mysqlnd_stmt_execute_calculate_param_values_size()
715 *data_size += Z_STRLEN_P(the_var); in mysqlnd_stmt_execute_calculate_param_values_size()
804 size_t data_size = 0; in mysqlnd_stmt_execute_store_params() local
851 if (FAIL == mysqlnd_stmt_execute_calculate_param_values_size(stmt, &copies, &data_size)) { in mysqlnd_stmt_execute_store_params()
856 …FAIL == mysqlnd_stmt_execute_check_n_enlarge_buffer(buf, p, buf_len, provided_buffer, data_size)) { in mysqlnd_stmt_execute_store_params()
/php-src/Zend/
H A Dzend_alloc.h304 …I zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handlers, void *data, size_t data_size);
H A Dzend_alloc.c3014 …PI zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handlers, void *data, size_t data_size) argument
3065 …storage = _zend_mm_alloc(heap, sizeof(zend_mm_storage) + data_size ZEND_FILE_LINE_CC ZEND_FILE_LIN…
3076 memcpy(storage->data, data, data_size);
/php-src/ext/hash/
H A Dhash.c493 …s, void *context, const unsigned char *key, const unsigned char *data, const zend_long data_size) { in php_hash_hmac_round() argument
496 ops->hash_update(context, data, data_size); in php_hash_hmac_round()

Completed in 44 milliseconds