Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c30 static HashTable php_com_typelibraries; variable
38 zend_hash_init(&php_com_typelibraries, 0, NULL, php_com_typelibrary_dtor, 1); in PHP_MINIT_FUNCTION()
49 zend_hash_destroy(&php_com_typelibraries); in PHP_MSHUTDOWN_FUNCTION()
256 result = zend_hash_str_add_ptr(&php_com_typelibraries, cache_key, cache_key_len, TL); in php_com_cache_typelib()
276 if ((TL = zend_hash_find_ptr(&php_com_typelibraries, key)) != NULL) { in php_com_load_typelib_via_cache()
290 if (NULL != zend_hash_add_ptr(&php_com_typelibraries, key, TL)) { in php_com_load_typelib_via_cache()

Completed in 7 milliseconds