Home
last modified time | relevance | path

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

/third_party/protobuf/php/ext/google/protobuf/
Dprotobuf.c76 HashTable name_msg_cache; variable
170 zend_hash_init(&PROTOBUF_G(name_msg_cache), 64, NULL, NULL, 0); in PHP_RINIT_FUNCTION()
190 zend_hash_destroy(&PROTOBUF_G(name_msg_cache)); in PHP_RSHUTDOWN_FUNCTION()
261 zend_hash_str_add_ptr(&PROTOBUF_G(name_msg_cache), k, strlen(k), (void*)m); in NameMap_AddMessage()
273 zend_hash_find_ptr(&PROTOBUF_G(name_msg_cache), ce->name); in NameMap_GetMessage()
289 ret = zend_hash_find_ptr(&PROTOBUF_G(name_msg_cache), ce->name); in NameMap_GetMessage()