Searched defs:data_size (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/ext/standard/libavifinfo/ |
H A D | avifinfo.c | 666 size_t data_size; member 689 AvifInfoStatus AvifInfoIdentify(const uint8_t* data, size_t data_size) { in AvifInfoIdentify() 699 AvifInfoStatus AvifInfoGetFeatures(const uint8_t* data, size_t data_size, in AvifInfoGetFeatures()
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 634 …ute_calculate_param_values_size(MYSQLND_STMT_DATA * stmt, zval ** copies_param, size_t * data_size) in mysqlnd_stmt_execute_calculate_param_values_size() 804 size_t data_size = 0; in mysqlnd_stmt_execute_store_params() local
|
H A D | mysqlnd_wireprotocol.c | 1362 size_t * const data_size) in php_mysqlnd_read_row_ex() 1531 const size_t data_size = row_buffer->size; in php_mysqlnd_rowp_read_text_protocol() local 1678 size_t data_size = 0; in php_mysqlnd_rowp_read() local 1798 unsigned int data_size; in php_mysqlnd_prepare_read() local
|
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 114 size_t data_size; member
|
/PHP-8.2/ext/pdo_oci/ |
H A D | oci_statement.c | 518 ub2 dtype, data_size, precis; in oci_stmt_describe() local
|
/PHP-8.2/ext/oci8/ |
H A D | php_oci8_int.h | 278 ub2 data_size; /* data size */ member
|
/PHP-8.2/ext/hash/ |
H A D | hash.c | 493 …s, void *context, const unsigned char *key, const unsigned char *data, const zend_long data_size) { in php_hash_hmac_round()
|
/PHP-8.2/Zend/ |
H A D | zend_alloc.c | 3046 …PI zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handlers, void *data, size_t data_size)
|
Completed in 53 milliseconds