Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
Dprotobuf.c184 zval *zv = &PROTOBUF_G(generated_pool); in PHP_RSHUTDOWN_FUNCTION() local
278 zval zv; in NameMap_GetMessage() local
Dconvert.c231 static void throw_conversion_exception(const char *to, const zval *zv) { in throw_conversion_exception()
Ddef.c753 void DescriptorPool_CreateWithSymbolTable(zval *zv, upb_symtab *symtab) { in DescriptorPool_CreateWithSymbolTable()
763 upb_symtab *DescriptorPool_Steal(zval *zv) { in DescriptorPool_Steal()
Darray.c149 zval *zv = zend_hash_get_current_data_ex(table, &pos); in RepeatedField_GetUpbArray() local
/third_party/grpc/src/php/ext/grpc/
Dphp7_wrapper.h45 #define PHP_GRPC_DELREF(zv) argument
123 #define PHP_GRPC_BVAL_IS_TRUE(zv) Z_TYPE_P(zv) == IS_TRUE argument
124 #define PHP_GRPC_VAR_SERIALIZE(buf, zv, hash) \ argument
149 #define PHP_GRPC_GET_WRAPPED_OBJECT(class_object, zv) \ argument