Home
last modified time | relevance | path

Searched refs:name_enum_cache (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dprotobuf.c77 HashTable name_enum_cache; variable
171 zend_hash_init(&PROTOBUF_G(name_enum_cache), 64, NULL, NULL, 0); in PHP_RINIT_FUNCTION()
191 zend_hash_destroy(&PROTOBUF_G(name_enum_cache)); in PHP_RSHUTDOWN_FUNCTION()
267 zend_hash_str_add_ptr(&PROTOBUF_G(name_enum_cache), k, strlen(k), (void*)e); in NameMap_AddEnum()
297 zend_hash_find_ptr(&PROTOBUF_G(name_enum_cache), ce->name); in NameMap_GetEnum()

Completed in 2 milliseconds