Home
last modified time | relevance | path

Searched defs:zv (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/php/ext/grpc/
Dphp7_wrapper.h42 #define PHP_GRPC_DELREF(zv) Z_DELREF_P(zv) argument
132 #define PHP_GRPC_BVAL_IS_TRUE(zv) Z_LVAL_P(zv) argument
133 #define PHP_GRPC_VAR_SERIALIZE(buf, zv, hash) \ argument
153 #define PHP_GRPC_GET_WRAPPED_OBJECT(class_object, zv) \ argument
179 #define PHP_GRPC_DELREF(zv) argument
257 #define PHP_GRPC_BVAL_IS_TRUE(zv) Z_TYPE_P(zv) == IS_TRUE argument
258 #define PHP_GRPC_VAR_SERIALIZE(buf, zv, hash) \ argument
283 #define PHP_GRPC_GET_WRAPPED_OBJECT(class_object, zv) \ argument