Home
last modified time | relevance | path

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

/PHP-8.3/ext/com_dotnet/
H A Dcom_typeinfo.c211 const_name = php_com_olestring_to_string(bstr_ids, codepage); in php_com_import_typelib()
472 clsid_str = php_com_olestring_to_string(ole_clsid, codepage); in php_com_string_from_clsid()
503 ansi_name = php_com_olestring_to_string(olename, codepage); in php_com_process_typeinfo()
531 ansi_name = php_com_olestring_to_string(olename, codepage); in php_com_process_typeinfo()
559 func_desc = php_com_olestring_to_string(olename, codepage); in php_com_process_typeinfo()
592 func_desc = php_com_olestring_to_string(names[j+1], codepage); in php_com_process_typeinfo()
615 func_desc = php_com_olestring_to_string(olename, codepage); in php_com_process_typeinfo()
H A Dcom_olechar.c70 PHP_COM_DOTNET_API zend_string *php_com_olestring_to_string(OLECHAR *olestring, int codepage) in php_com_olestring_to_string() function
H A Dcom_com.c253 zend_string *typelib_str = php_com_olestring_to_string(name, obj->code_page); in PHP_METHOD()
349 source = php_com_olestring_to_string(e.bstrSource, obj->code_page); in php_com_invoke_helper()
353 desc_str = php_com_olestring_to_string(e.bstrDescription, obj->code_page); in php_com_invoke_helper()
664 RETVAL_STR(php_com_olestring_to_string(guid_string, CP_ACP)); in PHP_FUNCTION()
H A Dphp_com_dotnet_internal.h84 PHP_COM_DOTNET_API zend_string *php_com_olestring_to_string(OLECHAR *olestring, int codepage);
H A Dcom_wrapper.c176 name = php_com_olestring_to_string(rgszNames[i], COMG(code_page)); in disp_getidsofnames()
220 name = php_com_olestring_to_string(bstrName, COMG(code_page)); in disp_getdispid()
H A Dcom_persist.c340 zend_string *str = php_com_olestring_to_string(olename, helper->codepage); in CPH_METHOD()

Completed in 19 milliseconds