Searched refs:php_com_typelibraries (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/com_dotnet/ |
H A D | com_extension.c | 37 TsHashTable php_com_typelibraries; variable 381 zend_ts_hash_init(&php_com_typelibraries, 0, NULL, php_com_typelibrary_dtor, 1); in PHP_MINIT_FUNCTION() 482 zend_ts_hash_destroy(&php_com_typelibraries); in PHP_MSHUTDOWN_FUNCTION()
|
H A D | php_com_dotnet_internal.h | 75 TsHashTable php_com_typelibraries; variable
|
H A D | com_typeinfo.c | 241 if ((TL = zend_ts_hash_str_find_ptr(&php_com_typelibraries, search_string, l)) != NULL) { in php_com_load_typelib_via_cache() 254 if (NULL != zend_ts_hash_str_update_ptr(&php_com_typelibraries, in php_com_load_typelib_via_cache()
|
H A D | com_com.c | 271 …if (NULL != zend_ts_hash_str_add_ptr(&php_com_typelibraries, typelib_name, typelib_name_len, TL)) { in PHP_FUNCTION()
|
Completed in 14 milliseconds