Home
last modified time | relevance | path

Searched refs:PHP5TO7_ZVAL_IS_FALSE_P (Results 1 – 3 of 3) sorted by relevance

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/SSLOptions/
H A DBuilder.c130 if (PHP5TO7_ZVAL_IS_FALSE_P(&readable)) { in PHP_METHOD()
190 if (PHP5TO7_ZVAL_IS_FALSE_P(&readable)) { in PHP_METHOD()
220 if (PHP5TO7_ZVAL_IS_FALSE_P(&readable)) { in PHP_METHOD()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.h243 #define PHP5TO7_ZVAL_IS_FALSE_P(zv) (Z_TYPE_P(zv) == IS_FALSE) macro
424 #define PHP5TO7_ZVAL_IS_FALSE_P(zv) (Z_TYPE_P(zv) == IS_BOOL && !Z_BVAL_P(zv)) macro
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DDefaultSession.c71 if (PHP5TO7_ZVAL_IS_FALSE_P(value)) in bind_argument_by_index()
234 if (PHP5TO7_ZVAL_IS_FALSE_P(value)) in bind_argument_by_name()