Home
last modified time | relevance | path

Searched refs:grpc_target_upper_bound_map (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/php/ext/grpc/
Dphp_grpc.c44 HashTable grpc_target_upper_bound_map; variable
174 zend_hash_clean(&grpc_target_upper_bound_map); in php_grpc_clean_persistent_list()
564 zend_hash_clean(&grpc_target_upper_bound_map); in PHP_MSHUTDOWN_FUNCTION()
565 zend_hash_destroy(&grpc_target_upper_bound_map); in PHP_MSHUTDOWN_FUNCTION()
Dchannel.c46 extern HashTable grpc_target_upper_bound_map;
208 if (!(PHP_GRPC_PERSISTENT_LIST_FIND(&grpc_target_upper_bound_map, target, in update_and_get_target_upper_bound()
224 PHP_GRPC_PERSISTENT_LIST_UPDATE(&grpc_target_upper_bound_map, in update_and_get_target_upper_bound()
624 zend_hash_clean(&grpc_target_upper_bound_map); in PHP_METHOD()
796 ZEND_HASH_INIT(&grpc_target_upper_bound_map, 20, EG(persistent_list).pDestructor, 1); in GRPC_STARTUP_FUNCTION()