Home
last modified time | relevance | path

Searched refs:PHP5TO7_ZVAL_STRINGL (Results 1 – 12 of 12) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DDefaultFunction.c47 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(function->signature), full_name, full_name_length); in php_driver_create_function()
77 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(self->simple_name), name, name_length); in PHP_METHOD()
156 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(self->language), language, language_length); in PHP_METHOD()
175 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(self->body), body, body_length); in PHP_METHOD()
H A DDefaultIndex.c47 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(index->name), name, name_length); in php_driver_create_index()
76 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(self->target), target, target_length); in PHP_METHOD()
H A DVarint.c68 PHP5TO7_ZVAL_STRINGL(result, string, string_len); in to_string()
398 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(value), string, string_len); in php_driver_varint_properties()
H A DBlob.c139 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(bytes), hex, hex_len); in php_driver_blob_properties()
H A DDefaultColumn.c48 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(column->name), name, name_length); in php_driver_create_column()
H A DDecimal.c201 PHP5TO7_ZVAL_STRINGL(result, string, string_len); in to_string()
539 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(value), string, string_len); in php_driver_decimal_properties()
H A DDefaultAggregate.c52 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(self->simple_name), name, name_length); in PHP_METHOD()
H A DDefaultKeyspace.c407 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(aggregate->signature), full_name, full_name_length); in php_driver_create_aggregate()
H A DDefaultMaterializedView.c82 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(view->name), name, name_length); in php_driver_create_materialized_view()
H A DDefaultTable.c83 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_P(table->name), name, name_length); in php_driver_create_table()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.h256 #define PHP5TO7_ZVAL_STRINGL(zv, s, len) ZVAL_STRINGL(zv, s, len) macro
437 #define PHP5TO7_ZVAL_STRINGL(zv, s, len) ZVAL_STRINGL(zv, s, len, 1) macro
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/util/
H A Dresult.c77 PHP5TO7_ZVAL_STRINGL(PHP5TO7_ZVAL_MAYBE_DEREF(out), v_string, v_string_len); in php_driver_value()