Searched refs:php_com_olestring_to_string (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/com_dotnet/ |
H A D | com_typeinfo.c | 211 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 D | com_olechar.c | 70 PHP_COM_DOTNET_API zend_string *php_com_olestring_to_string(OLECHAR *olestring, int codepage) in php_com_olestring_to_string() function
|
H A D | com_com.c | 254 zend_string *typelib_str = php_com_olestring_to_string(name, obj->code_page); in PHP_METHOD() 350 source = php_com_olestring_to_string(e.bstrSource, obj->code_page); in php_com_invoke_helper() 354 desc_str = php_com_olestring_to_string(e.bstrDescription, obj->code_page); in php_com_invoke_helper() 665 RETVAL_STR(php_com_olestring_to_string(guid_string, CP_ACP)); in PHP_FUNCTION()
|
H A D | php_com_dotnet_internal.h | 83 PHP_COM_DOTNET_API zend_string *php_com_olestring_to_string(OLECHAR *olestring, int codepage);
|
H A D | com_wrapper.c | 176 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 D | com_persist.c | 340 zend_string *str = php_com_olestring_to_string(olename, helper->codepage); in CPH_METHOD()
|
Completed in 34 milliseconds