Home
last modified time | relevance | path

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

/PHP-7.3/ext/com_dotnet/
H A Dcom_extension.c36 TsHashTable php_com_typelibraries; variable
322 zend_ts_hash_init(&php_com_typelibraries, 0, NULL, php_com_typelibrary_dtor, 1); in PHP_MINIT_FUNCTION()
429 zend_ts_hash_destroy(&php_com_typelibraries); in PHP_MSHUTDOWN_FUNCTION()
H A Dphp_com_dotnet_internal.h73 TsHashTable php_com_typelibraries; variable
H A Dcom_typeinfo.c238 if ((TL = zend_ts_hash_str_find_ptr(&php_com_typelibraries, search_string, l)) != NULL) { in php_com_load_typelib_via_cache()
251 if (NULL != zend_ts_hash_str_update_ptr(&php_com_typelibraries, in php_com_load_typelib_via_cache()
H A Dcom_com.c269 …if (NULL != zend_ts_hash_str_add_ptr(&php_com_typelibraries, typelib_name, typelib_name_len, TL)) { in PHP_FUNCTION()

Completed in 12 milliseconds