Home
last modified time | relevance | path

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

/PHP-5.6/ext/mcrypt/
H A Dmcrypt.c646 int block_size, data_size; in PHP_FUNCTION() local
664 if (data_size <= 0) { in PHP_FUNCTION()
669 memset(data_s, 0, data_size); in PHP_FUNCTION()
672 data_size = data_len; in PHP_FUNCTION()
679 data_s[data_size] = '\0'; in PHP_FUNCTION()
695 int block_size, data_size; in PHP_FUNCTION() local
713 if (data_size <= 0) { in PHP_FUNCTION()
721 data_size = data_len; in PHP_FUNCTION()
1277 unsigned long int data_size; in php_mcrypt_do_crypt() local
1307 data_size = data_len; in php_mcrypt_do_crypt()
[all …]
/PHP-5.6/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()
864 int data_size, in WebPGetInfo() argument
867 const uint32 chunk_size = SkipRiffHeader(&data, &data_size); in WebPGetInfo()
877 if (data_size < 10) { in WebPGetInfo()
/PHP-5.6/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_aux() local
1760 row_buffer->ptr[data_size] = '\0'; in php_mysqlnd_rowp_read_text_protocol_aux()
1810 size_t data_size = 0; in php_mysqlnd_rowp_read() local
1831 packet->header.size = data_size; in php_mysqlnd_rowp_read()
1850 if (data_size > 1) { in php_mysqlnd_rowp_read()
1973 unsigned int data_size; in php_mysqlnd_prepare_read() local
1981 data_size = packet->header.size; in php_mysqlnd_prepare_read()
[all …]
H A Dmysqlnd_ps_codec.c683 …te_param_values_size(MYSQLND_STMT_DATA * stmt, zval *** copies_param, size_t * data_size TSRMLS_DC) in mysqlnd_stmt_execute_calculate_param_values_size()
710 *data_size += 8; in mysqlnd_stmt_execute_calculate_param_values_size()
731 *data_size += 4 + is_longlong; in mysqlnd_stmt_execute_calculate_param_values_size()
740 (*data_size)++; in mysqlnd_stmt_execute_calculate_param_values_size()
745 *data_size += 8; /* max 8 bytes for size */ in mysqlnd_stmt_execute_calculate_param_values_size()
756 *data_size += Z_STRLEN_P(the_var); in mysqlnd_stmt_execute_calculate_param_values_size()
836 size_t data_size = 0; in mysqlnd_stmt_execute_store_params() local
883 …if (FAIL == mysqlnd_stmt_execute_calculate_param_values_size(stmt, &copies, &data_size TSRMLS_CC))… in mysqlnd_stmt_execute_store_params()
888 …sqlnd_stmt_execute_check_n_enlarge_buffer(buf, p, buf_len, provided_buffer, data_size TSRMLS_CC)) { in mysqlnd_stmt_execute_store_params()
/PHP-5.6/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.6/ext/oci8/
H A Dphp_oci8_int.h268 ub2 data_size; /* data size */ member
H A Doci8_statement.c639 …status, OCIAttrGet, ((dvoid *)param, OCI_DTYPE_PARAM, (dvoid *)&outcol->data_size, (dvoid *)0, OCI… in php_oci_statement_execute()
648 outcol->storage_size4 = outcol->data_size; in php_oci_statement_execute()
649 outcol->retlen = outcol->data_size; in php_oci_statement_execute()
H A Doci8_interface.c1166 RETURN_LONG(column->data_size);
/PHP-5.6/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.6/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 73 milliseconds