Home
last modified time | relevance | path

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

/PHP-7.3/ext/com_dotnet/
H A Dcom_typeinfo.c186 const_name = php_com_olestring_to_string(bstr_ids, &len, codepage); in php_com_import_typelib()
427 clsid_str = php_com_olestring_to_string(ole_clsid, NULL, codepage); in php_com_string_from_clsid()
460 ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage); in php_com_process_typeinfo()
489 ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage); in php_com_process_typeinfo()
518 funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage); in php_com_process_typeinfo()
551 funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage); in php_com_process_typeinfo()
572 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.c267 typelib_name = php_com_olestring_to_string(name, &typelib_name_len, obj->code_page); in PHP_FUNCTION()
360 source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page); in php_com_invoke_helper()
364 desc = php_com_olestring_to_string(e.bstrDescription, &desc_len, obj->code_page); in php_com_invoke_helper()
685 str = php_com_olestring_to_string(guid_string, &len, CP_ACP); in PHP_FUNCTION()
H A Dphp_com_dotnet_internal.h88 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 18 milliseconds