Home
last modified time | relevance | path

Searched refs:PHP5TO7_ZVAL_STRING (Results 1 – 14 of 14) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DDefaultIndex.c94 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(self->kind), "keys"); in PHP_METHOD()
97 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(self->kind), "custom"); in PHP_METHOD()
100 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(self->kind), "composites"); in PHP_METHOD()
103 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(self->kind), "unknown"); in PHP_METHOD()
H A DInet.c126 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(address), string); in php_driver_inet_properties()
H A DUuid.c145 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(uuid), string); in php_driver_uuid_properties()
H A DTime.c85 PHP5TO7_ZVAL_STRING(result, string); in to_string()
H A DTimeuuid.c210 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(uuid), string); in php_driver_timeuuid_properties()
H A DDuration.c22 PHP5TO7_ZVAL_STRING(result, string); in to_string()
H A DFloat.c30 PHP5TO7_ZVAL_STRING(result, string); in to_string()
H A DBigint.c59 PHP5TO7_ZVAL_STRING(result, string); in to_string()
H A DSmallint.c49 PHP5TO7_ZVAL_STRING(result, string); in to_string()
H A DTinyint.c49 PHP5TO7_ZVAL_STRING(result, string); in to_string()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/Cluster/
H A DBuilder.c1114 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(contactPoints), self->contact_points); in php_driver_cluster_builder_properties()
1123 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(localDatacenter), self->local_dc); in php_driver_cluster_builder_properties()
1138 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(username), self->username); in php_driver_cluster_builder_properties()
1139 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(password), self->password); in php_driver_cluster_builder_properties()
1208 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(blacklistHosts), self->blacklist_hosts); in php_driver_cluster_builder_properties()
1215 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(whitelistHosts), self->whitelist_hosts); in php_driver_cluster_builder_properties()
1222 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(blacklistDCs), self->blacklist_dcs); in php_driver_cluster_builder_properties()
1229 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(whitelistDCs), self->whitelist_dcs); in php_driver_cluster_builder_properties()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/Type/
H A DScalar.c107 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(name), in php_driver_type_scalar_properties()
H A DCustom.c99 PHP5TO7_ZVAL_STRING(PHP5TO7_ZVAL_MAYBE_P(name), self->data.custom.class_name); in php_driver_type_custom_properties()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.h255 #define PHP5TO7_ZVAL_STRING(zv, s) ZVAL_STRING(zv, s) macro
436 #define PHP5TO7_ZVAL_STRING(zv, s) ZVAL_STRING(zv, s, 1) macro