Home
last modified time | relevance | path

Searched refs:PHP5TO7_ZVAL_COPY (Results 1 – 18 of 18) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DExecutionOptions.c91 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(self->timeout), PHP5TO7_ZVAL_MAYBE_DEREF(timeout)); in build_from_array()
104 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(self->arguments), PHP5TO7_ZVAL_MAYBE_DEREF(arguments)); in build_from_array()
121PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(self->retry_policy), PHP5TO7_ZVAL_MAYBE_DEREF(retry_policy)… in build_from_array()
H A DBatchStatement.c92 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(batch_statement_entry->statement), statement); in PHP_METHOD()
95 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(batch_statement_entry->arguments), arguments); in PHP_METHOD()
H A DFuturePreparedStatement.c47 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(self->prepared_statement), return_value); in PHP_METHOD()
H A DMap.c58 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(entry->key), zkey); in php_driver_map_set()
59 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(entry->value), zvalue); in php_driver_map_set()
63 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(entry->value), zvalue); in php_driver_map_set()
H A DFutureRows.c84 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(rows->rows), in PHP_METHOD()
H A DFutureSession.c83 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(self->default_session), return_value); in PHP_METHOD()
H A DDefaultCluster.c58 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(session->default_timeout), in PHP_METHOD()
H A DSet.c48 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(entry->value), object); in php_driver_set_add()
H A DRows.c48 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(rows->rows), in php_driver_rows_create()
H A DDefaultMaterializedView.c112 PHP5TO7_ZVAL_COPY(result, zvalue); in php_driver_materialized_view_get_option()
H A DDefaultTable.c112 PHP5TO7_ZVAL_COPY(result, zvalue); in php_driver_table_get_option()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/Cluster/
H A DBuilder.c43 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(cluster->default_timeout), in PHP_METHOD()
234 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(self->default_timeout), timeout); in PHP_METHOD()
643 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(self->ssl_options), ssl_options); in PHP_METHOD()
844 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(self->retry_policy), retry_policy); in PHP_METHOD()
864 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(self->timestamp_gen), timestamp_gen); in PHP_METHOD()
1152 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(sslOptions), PHP5TO7_ZVAL_MAYBE_P(self->ssl_options)); in php_driver_cluster_builder_properties()
1201 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(retryPolicy), PHP5TO7_ZVAL_MAYBE_P(self->retry_policy)); in php_driver_cluster_builder_properties()
1236PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(timestampGen), PHP5TO7_ZVAL_MAYBE_P(self->timestamp_gen)); in php_driver_cluster_builder_properties()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/Type/
H A DSet.c90 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(set->type), getThis()); in PHP_METHOD()
H A DCollection.c95 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(collection->type), getThis()); in PHP_METHOD()
H A DMap.c113 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(map->type), getThis()); in PHP_METHOD()
H A DTuple.c109 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(tuple->type), getThis()); in PHP_METHOD()
H A DUserType.c188 PHP5TO7_ZVAL_COPY(PHP5TO7_ZVAL_MAYBE_P(user_type_value->type), getThis()); in PHP_METHOD()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.h237 #define PHP5TO7_ZVAL_COPY(zv1, zv2) ZVAL_COPY(zv1, zv2) macro
416 #define PHP5TO7_ZVAL_COPY(zv1, zv2) do { \ macro