Home
last modified time | relevance | path

Searched refs:PHP5TO7_ZEND_HASH_INDEX_FIND (Results 1 – 6 of 6) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DTuple.c54 if (PHP5TO7_ZEND_HASH_INDEX_FIND(&tuple->values, index, value)) { in php_driver_tuple_populate()
159 if (!PHP5TO7_ZEND_HASH_INDEX_FIND(&type->data.tuple.types, index, sub_type) || in PHP_METHOD()
189 if (PHP5TO7_ZEND_HASH_INDEX_FIND(&self->values, index, value)) { in PHP_METHOD()
213 if (PHP5TO7_ZEND_HASH_INDEX_FIND(&self->values, index, value)) { in PHP_METHOD()
H A DCollection.c49 if (PHP5TO7_ZEND_HASH_INDEX_FIND(&collection->values, index, value)) { in php_driver_collection_get()
H A DRows.c180 if (PHP5TO7_ZEND_HASH_INDEX_FIND(PHP5TO7_Z_ARRVAL_MAYBE_P(self->rows), Z_LVAL_P(offset), value)) { in PHP_METHOD()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/Type/
H A DTuple.c126 if (!PHP5TO7_ZEND_HASH_INDEX_FIND(&self->data.tuple.types, i, sub_type) || in PHP_METHOD()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.h210 #define PHP5TO7_ZEND_HASH_INDEX_FIND(ht, index, res) \ macro
386 #define PHP5TO7_ZEND_HASH_INDEX_FIND(ht, index, res) \ macro
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/util/
H A Dcollections.c837 if (!PHP5TO7_ZEND_HASH_INDEX_FIND(&type->data.tuple.types, num_key, zsub_type) || in php_driver_tuple_from_tuple()