Home
last modified time | relevance | path

Searched refs:PHP5TO7_ZVAL_UNDEF (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.c418 PHP5TO7_ZVAL_UNDEF(php_driver_globals->type_text); in PHP_GINIT_FUNCTION()
419 PHP5TO7_ZVAL_UNDEF(php_driver_globals->type_blob); in PHP_GINIT_FUNCTION()
420 PHP5TO7_ZVAL_UNDEF(php_driver_globals->type_ascii); in PHP_GINIT_FUNCTION()
421 PHP5TO7_ZVAL_UNDEF(php_driver_globals->type_bigint); in PHP_GINIT_FUNCTION()
424 PHP5TO7_ZVAL_UNDEF(php_driver_globals->type_int); in PHP_GINIT_FUNCTION()
425 PHP5TO7_ZVAL_UNDEF(php_driver_globals->type_varint); in PHP_GINIT_FUNCTION()
428 PHP5TO7_ZVAL_UNDEF(php_driver_globals->type_double); in PHP_GINIT_FUNCTION()
429 PHP5TO7_ZVAL_UNDEF(php_driver_globals->type_float); in PHP_GINIT_FUNCTION()
430 PHP5TO7_ZVAL_UNDEF(php_driver_globals->type_inet); in PHP_GINIT_FUNCTION()
432 PHP5TO7_ZVAL_UNDEF(php_driver_globals->type_uuid); in PHP_GINIT_FUNCTION()
[all …]
H A Dphp_driver.h246 #define PHP5TO7_ZVAL_UNDEF(zv) ZVAL_UNDEF(&(zv)); macro
427 #define PHP5TO7_ZVAL_UNDEF(zv) (zv) = NULL; macro
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DDefaultAggregate.c271 PHP5TO7_ZVAL_UNDEF(self->simple_name); in php_driver_default_aggregate_new()
272 PHP5TO7_ZVAL_UNDEF(self->argument_types); in php_driver_default_aggregate_new()
273 PHP5TO7_ZVAL_UNDEF(self->state_function); in php_driver_default_aggregate_new()
274 PHP5TO7_ZVAL_UNDEF(self->final_function); in php_driver_default_aggregate_new()
275 PHP5TO7_ZVAL_UNDEF(self->initial_condition); in php_driver_default_aggregate_new()
276 PHP5TO7_ZVAL_UNDEF(self->state_type); in php_driver_default_aggregate_new()
277 PHP5TO7_ZVAL_UNDEF(self->return_type); in php_driver_default_aggregate_new()
278 PHP5TO7_ZVAL_UNDEF(self->signature); in php_driver_default_aggregate_new()
H A DDefaultColumn.c37 PHP5TO7_ZVAL_UNDEF(result); in php_driver_create_column()
59 PHP5TO7_ZVAL_UNDEF(result); in php_driver_create_column()
67 PHP5TO7_ZVAL_UNDEF(result); in php_driver_create_column()
88 PHP5TO7_ZVAL_UNDEF(result); in php_driver_create_column()
96 PHP5TO7_ZVAL_UNDEF(result); in php_driver_create_column()
276 PHP5TO7_ZVAL_UNDEF(self->name); in php_driver_default_column_new()
277 PHP5TO7_ZVAL_UNDEF(self->type); in php_driver_default_column_new()
H A DDefaultFunction.c36 PHP5TO7_ZVAL_UNDEF(result); in php_driver_create_function()
262 PHP5TO7_ZVAL_UNDEF(self->simple_name); in php_driver_default_function_new()
263 PHP5TO7_ZVAL_UNDEF(self->arguments); in php_driver_default_function_new()
264 PHP5TO7_ZVAL_UNDEF(self->return_type); in php_driver_default_function_new()
265 PHP5TO7_ZVAL_UNDEF(self->signature); in php_driver_default_function_new()
266 PHP5TO7_ZVAL_UNDEF(self->language); in php_driver_default_function_new()
267 PHP5TO7_ZVAL_UNDEF(self->body); in php_driver_default_function_new()
H A DDefaultIndex.c36 PHP5TO7_ZVAL_UNDEF(result); in php_driver_create_index()
288 PHP5TO7_ZVAL_UNDEF(self->name); in php_driver_default_index_new()
289 PHP5TO7_ZVAL_UNDEF(self->kind); in php_driver_default_index_new()
290 PHP5TO7_ZVAL_UNDEF(self->target); in php_driver_default_index_new()
291 PHP5TO7_ZVAL_UNDEF(self->options); in php_driver_default_index_new()
H A DDefaultMaterializedView.c71 PHP5TO7_ZVAL_UNDEF(result); in php_driver_create_materialized_view()
634 PHP5TO7_ZVAL_UNDEF(self->name); in php_driver_default_materialized_view_new()
635 PHP5TO7_ZVAL_UNDEF(self->options); in php_driver_default_materialized_view_new()
636 PHP5TO7_ZVAL_UNDEF(self->partition_key); in php_driver_default_materialized_view_new()
637 PHP5TO7_ZVAL_UNDEF(self->primary_key); in php_driver_default_materialized_view_new()
638 PHP5TO7_ZVAL_UNDEF(self->clustering_key); in php_driver_default_materialized_view_new()
639 PHP5TO7_ZVAL_UNDEF(self->clustering_order); in php_driver_default_materialized_view_new()
640 PHP5TO7_ZVAL_UNDEF(self->base_table); in php_driver_default_materialized_view_new()
H A DDefaultTable.c72 PHP5TO7_ZVAL_UNDEF(result); in php_driver_create_table()
741 PHP5TO7_ZVAL_UNDEF(self->name); in php_driver_default_table_new()
742 PHP5TO7_ZVAL_UNDEF(self->options); in php_driver_default_table_new()
743 PHP5TO7_ZVAL_UNDEF(self->partition_key); in php_driver_default_table_new()
744 PHP5TO7_ZVAL_UNDEF(self->primary_key); in php_driver_default_table_new()
745 PHP5TO7_ZVAL_UNDEF(self->clustering_key); in php_driver_default_table_new()
746 PHP5TO7_ZVAL_UNDEF(self->clustering_order); in php_driver_default_table_new()
H A DExecutionOptions.c32 PHP5TO7_ZVAL_UNDEF(self->arguments); in init_execution_options()
33 PHP5TO7_ZVAL_UNDEF(self->timeout); in init_execution_options()
34 PHP5TO7_ZVAL_UNDEF(self->retry_policy); in init_execution_options()
H A DRows.c459 PHP5TO7_ZVAL_UNDEF(self->rows); in php_driver_rows_new()
460 PHP5TO7_ZVAL_UNDEF(self->next_rows); in php_driver_rows_new()
461 PHP5TO7_ZVAL_UNDEF(self->future_next_page); in php_driver_rows_new()
H A DFutureValue.c83 PHP5TO7_ZVAL_UNDEF(self->value); in php_driver_future_value_new()
H A DFuturePreparedStatement.c106 PHP5TO7_ZVAL_UNDEF(self->prepared_statement); in php_driver_future_prepared_statement_new()
H A DTable.c44 PHP5TO7_ZVAL_UNDEF(zvalue); in php_driver_table_build_options()
H A DMap.c175 PHP5TO7_ZVAL_UNDEF(scalar_key_type); in PHP_METHOD()
176 PHP5TO7_ZVAL_UNDEF(scalar_value_type); in PHP_METHOD()
583 PHP5TO7_ZVAL_UNDEF(self->type); in php_driver_map_new()
H A DFutureRows.c151 PHP5TO7_ZVAL_UNDEF(self->rows); in php_driver_future_rows_new()
H A DFutureSession.c152 PHP5TO7_ZVAL_UNDEF(self->default_session); in php_driver_future_session_new()
H A DDefaultCluster.c268 PHP5TO7_ZVAL_UNDEF(self->default_timeout); in php_driver_default_cluster_new()
H A DSet.c415 PHP5TO7_ZVAL_UNDEF(self->type); in php_driver_set_new()
H A DCollection.c428 PHP5TO7_ZVAL_UNDEF(self->type); in php_driver_collection_new()
H A DUserTypeValue.c458 PHP5TO7_ZVAL_UNDEF(self->type);
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/Type/
H A DMap.c204 PHP5TO7_ZVAL_UNDEF(self->data.map.key_type); in php_driver_type_map_new()
205 PHP5TO7_ZVAL_UNDEF(self->data.map.value_type); in php_driver_type_map_new()
H A DSet.c173 PHP5TO7_ZVAL_UNDEF(self->data.set.value_type); in php_driver_type_set_new()
H A DCollection.c180 PHP5TO7_ZVAL_UNDEF(self->data.collection.value_type); in php_driver_type_collection_new()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/util/
H A Dtypes.c218 PHP5TO7_ZVAL_UNDEF(ztype); in php_driver_type_from_data_type()
641 PHP5TO7_ZVAL_UNDEF(result); in php_driver_type_scalar()
1239 PHP5TO7_ZVAL_UNDEF(undef); in php_driver_create_type()
1259 PHP5TO7_ZVAL_UNDEF(key_type); in php_driver_create_type()
1260 PHP5TO7_ZVAL_UNDEF(value_type); in php_driver_create_type()
1269 PHP5TO7_ZVAL_UNDEF(value_type); in php_driver_create_type()
1277 PHP5TO7_ZVAL_UNDEF(value_type); in php_driver_create_type()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/Cluster/
H A DBuilder.c230 PHP5TO7_ZVAL_UNDEF(self->default_timeout); in PHP_METHOD()
1423 PHP5TO7_ZVAL_UNDEF(self->ssl_options); in php_driver_cluster_builder_new()
1424 PHP5TO7_ZVAL_UNDEF(self->default_timeout); in php_driver_cluster_builder_new()
1425 PHP5TO7_ZVAL_UNDEF(self->retry_policy); in php_driver_cluster_builder_new()
1426 PHP5TO7_ZVAL_UNDEF(self->timestamp_gen); in php_driver_cluster_builder_new()

12