Searched refs:HASHTABLE_VALUE_DTOR (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | protobuf.c | 250 zend_hash_init(upb_def_to_php_obj_map, 16, NULL, HASHTABLE_VALUE_DTOR, 0); in PHP_RINIT_FUNCTION() 253 zend_hash_init(ce_to_php_obj_map, 16, NULL, HASHTABLE_VALUE_DTOR, 0); in PHP_RINIT_FUNCTION() 256 zend_hash_init(proto_to_php_obj_map, 16, NULL, HASHTABLE_VALUE_DTOR, 0); in PHP_RINIT_FUNCTION()
|
D | protobuf.h | 238 #define HASHTABLE_VALUE_DTOR ZVAL_PTR_DTOR macro 503 #define HASHTABLE_VALUE_DTOR php_proto_hashtable_descriptor_release macro
|