Home
last modified time | relevance | path

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

/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c677 int block_size, data_size; in PHP_FUNCTION() local
695 if (data_size <= 0) { in PHP_FUNCTION()
703 data_size = data_len; in PHP_FUNCTION()
710 data_s[data_size] = '\0'; in PHP_FUNCTION()
726 int block_size, data_size; in PHP_FUNCTION() local
744 if (data_size <= 0) { in PHP_FUNCTION()
752 data_size = data_len; in PHP_FUNCTION()
1196 unsigned long int data_size; in php_mcrypt_do_crypt() local
1264 data_s = emalloc(data_size); in php_mcrypt_do_crypt()
1268 data_size = data_len; in php_mcrypt_do_crypt()
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.h70 int data_size,
173 int data_size,
H A Dwebpimg.c387 int data_size, in VPXDecode() argument
397 if (!data || data_size <= 10 || !p_Y || !p_U || !p_V in VPXDecode()
411 if (vpx_codec_decode(&dec, data, data_size, NULL, 0) == VPX_CODEC_OK) { in VPXDecode()
453 int data_size, in WebPDecode() argument
460 const uint32 chunk_size = SkipRiffHeader(&data, &data_size); in WebPDecode()
465 return VPXDecode(data, data_size, p_Y, p_U, p_V, p_width, p_height); in WebPDecode()
850 int data_size, in WebPGetInfo() argument
853 const uint32 chunk_size = SkipRiffHeader(&data, &data_size); in WebPGetInfo()
863 if (data_size < 10) { in WebPGetInfo()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1416 *data_size = prealloc_more_bytes; in php_mysqlnd_read_row_ex()
1423 *data_size += header.size; in php_mysqlnd_read_row_ex()
1472 *data_size -= prealloc_more_bytes; in php_mysqlnd_read_row_ex()
1586 size_t data_size = row_buffer->app; in php_mysqlnd_rowp_read_text_protocol() local
1753 row_buffer->ptr[data_size] = '\0'; in php_mysqlnd_rowp_read_text_protocol()
1773 size_t data_size = 0; in php_mysqlnd_rowp_read() local
1794 packet->header.size = data_size; in php_mysqlnd_rowp_read()
1813 if (data_size > 1) { in php_mysqlnd_rowp_read()
1936 unsigned int data_size; in php_mysqlnd_prepare_read() local
1944 data_size = packet->header.size; in php_mysqlnd_prepare_read()
[all …]
H A Dmysqlnd_ps_codec.c536 size_t data_size = 0; in mysqlnd_stmt_execute_store_params() local
708 data_size += 8; in mysqlnd_stmt_execute_store_params()
726 data_size += 8; in mysqlnd_stmt_execute_store_params()
736 data_size += 4; in mysqlnd_stmt_execute_store_params()
745 data_size++; in mysqlnd_stmt_execute_store_params()
750 data_size += 8; /* max 8 bytes for size */ in mysqlnd_stmt_execute_store_params()
761 data_size += Z_STRLEN_P(the_var); in mysqlnd_stmt_execute_store_params()
768 if (left < data_size) { in mysqlnd_stmt_execute_store_params()
771 *buf_len = offset + data_size + 10; /* Allocate + 10 for safety */ in mysqlnd_stmt_execute_store_params()
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c509 ub2 dtype, data_size, scale, precis; in oci_stmt_describe() local
523 (param, OCI_DTYPE_PARAM, &data_size, 0, OCI_ATTR_DATA_SIZE, S->err)); in oci_stmt_describe()
538 col->maxlen = data_size; in oci_stmt_describe()
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h234 ub2 data_size; /* data size */ member
H A Doci8_statement.c549 …rrcode, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->data_size, (dvoid *)0, OCI… in php_oci_statement_execute()
558 outcol->storage_size4 = outcol->data_size; in php_oci_statement_execute()
559 outcol->retlen = outcol->data_size; in php_oci_statement_execute()
H A Doci8_interface.c1166 RETURN_LONG(column->data_size);
/PHP-5.5/ext/hash/
H A Dhash.c235 …s *ops, void *context, const unsigned char *key, const unsigned char *data, const long data_size) { in php_hash_hmac_round() argument
238 ops->hash_update(context, data, data_size); in php_hash_hmac_round()
/PHP-5.5/ext/interbase/
H A Dibase_query.c1425 static int _php_ibase_arr_zval(zval *ar_zval, char *data, unsigned long data_size, /* {{{ */ in _php_ibase_arr_zval() argument
1438 unsigned long slice_size = data_size / dim_len; in _php_ibase_arr_zval()

Completed in 72 milliseconds