Home
last modified time | relevance | path

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

/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c213 const_name = php_com_olestring_to_string(bstr_ids, &len, codepage); in php_com_import_typelib()
471 clsid_str = php_com_olestring_to_string(ole_clsid, NULL, codepage); in php_com_string_from_clsid()
504 ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage); in php_com_process_typeinfo()
533 ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage); in php_com_process_typeinfo()
562 funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage); in php_com_process_typeinfo()
595 funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage); in php_com_process_typeinfo()
616 funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage); in php_com_process_typeinfo()
H A Dcom_olechar.c72 PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring, size_t *string_len, int co… in php_com_olestring_to_string() function
H A Dcom_com.c275 typelib_name = php_com_olestring_to_string(name, &typelib_name_len, obj->code_page); in PHP_FUNCTION()
368 source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page); in php_com_invoke_helper()
372 desc = php_com_olestring_to_string(e.bstrDescription, &desc_len, obj->code_page); in php_com_invoke_helper()
691 str = php_com_olestring_to_string(guid_string, &len, CP_ACP); in PHP_FUNCTION()
H A Dphp_com_dotnet_internal.h85 PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring,
H A Dcom_wrapper.c179 name = php_com_olestring_to_string(rgszNames[i], &namelen, COMG(code_page)); in disp_getidsofnames()
224 name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page)); in disp_getdispid()
H A Dcom_persist.c341 char *str = php_com_olestring_to_string(olename, in CPH_METHOD()

Completed in 26 milliseconds