Home
last modified time | relevance | path

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

/PHP-5.4/ext/com_dotnet/
H A Dcom_com.c40 int module_name_len, typelib_name_len, server_name_len, in PHP_FUNCTION() local
62 &obj->code_page, &typelib_name, &typelib_name_len) && in PHP_FUNCTION()
66 &typelib_name, &typelib_name_len)) { in PHP_FUNCTION()
264 typelib_name = php_com_olestring_to_string(name, &typelib_name_len, obj->code_page TSRMLS_CC); in PHP_FUNCTION()
266 …if (SUCCESS == zend_ts_hash_add(&php_com_typelibraries, typelib_name, typelib_name_len+1, (void*)&… in PHP_FUNCTION()

Completed in 6 milliseconds