Home
last modified time | relevance | path

Searched refs:PHP_DRIVER_GET_TIMESTAMP (Results 1 – 5 of 5) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DTimestamp.c53 self = PHP_DRIVER_GET_TIMESTAMP(getThis()); in php_driver_timestamp_init()
56 self = PHP_DRIVER_GET_TIMESTAMP(return_value); in php_driver_timestamp_init()
80 php_driver_timestamp *self = PHP_DRIVER_GET_TIMESTAMP(getThis()); in PHP_METHOD()
99 self = PHP_DRIVER_GET_TIMESTAMP(getThis()); in PHP_METHOD()
127 self = PHP_DRIVER_GET_TIMESTAMP(getThis()); in PHP_METHOD()
156 self = PHP_DRIVER_GET_TIMESTAMP(getThis()); in PHP_METHOD()
203 php_driver_timestamp *self = PHP_DRIVER_GET_TIMESTAMP(object); in php_driver_timestamp_properties()
231 timestamp1 = PHP_DRIVER_GET_TIMESTAMP(obj1); in php_driver_timestamp_compare()
232 timestamp2 = PHP_DRIVER_GET_TIMESTAMP(obj2); in php_driver_timestamp_compare()
240 php_driver_timestamp *self = PHP_DRIVER_GET_TIMESTAMP(obj); in php_driver_timestamp_hash_value()
H A DDefaultSession.c96 php_driver_timestamp *timestamp = PHP_DRIVER_GET_TIMESTAMP(value); in bind_argument_by_index()
259 php_driver_timestamp *timestamp = PHP_DRIVER_GET_TIMESTAMP(value); in bind_argument_by_name()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/util/
H A Dcollections.c345 timestamp = PHP_DRIVER_GET_TIMESTAMP(value); in php_driver_collection_append()
488 timestamp = PHP_DRIVER_GET_TIMESTAMP(value); in php_driver_tuple_set()
633 timestamp = PHP_DRIVER_GET_TIMESTAMP(value); in php_driver_user_type_set()
H A Dresult.c113 timestamp = PHP_DRIVER_GET_TIMESTAMP(PHP5TO7_ZVAL_MAYBE_DEREF(out)); in php_driver_value()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver_types.h42 #define PHP_DRIVER_GET_TIMESTAMP(obj) php_driver_timestamp_object_fetch(Z_OBJ_P(obj)) macro
80 …#define PHP_DRIVER_GET_TIMESTAMP(obj) ((php_driver_timestamp *)zend_object_store_get_object((obj) … macro