Home
last modified time | relevance | path

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

/PHP-5.6/ext/com_dotnet/
H A Dcom_extension.c35 TsHashTable php_com_typelibraries; variable
373 zend_ts_hash_init(&php_com_typelibraries, 0, NULL, php_com_typelibrary_dtor, 1); in PHP_MINIT_FUNCTION()
464 zend_ts_hash_destroy(&php_com_typelibraries); in PHP_MSHUTDOWN_FUNCTION()
H A Dphp_com_dotnet_internal.h72 TsHashTable php_com_typelibraries; variable
H A Dcom_typeinfo.c241 if (zend_ts_hash_find(&php_com_typelibraries, search_string, l+1, in php_com_load_typelib_via_cache()
255 if (SUCCESS == zend_ts_hash_update(&php_com_typelibraries, in php_com_load_typelib_via_cache()
H A Dcom_com.c266 …if (SUCCESS == zend_ts_hash_add(&php_com_typelibraries, typelib_name, typelib_name_len+1, (void*)&… in PHP_FUNCTION()

Completed in 10 milliseconds