Home
last modified time | relevance | path

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

/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c187 const_name = php_com_olestring_to_string(bstr_ids, &c.name_len, codepage TSRMLS_CC); in php_com_import_typelib()
427 clsid_str = php_com_olestring_to_string(ole_clsid, NULL, codepage TSRMLS_CC); in php_com_string_from_clsid()
459 ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage TSRMLS_CC); in php_com_process_typeinfo()
489 ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage TSRMLS_CC); in php_com_process_typeinfo()
517 funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage TSRMLS_CC); in php_com_process_typeinfo()
550 funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage TSRMLS_CC); in php_com_process_typeinfo()
571 funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage TSRMLS_CC); in php_com_process_typeinfo()
H A Dcom_olechar.c74 PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring, uint *string_len, int code… in php_com_olestring_to_string() function
H A Dcom_com.c264 typelib_name = php_com_olestring_to_string(name, &typelib_name_len, obj->code_page TSRMLS_CC); in PHP_FUNCTION()
357 source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page TSRMLS_CC); in php_com_invoke_helper()
361 desc = php_com_olestring_to_string(e.bstrDescription, &desc_len, obj->code_page TSRMLS_CC); in php_com_invoke_helper()
668 …Z_STRVAL_P(return_value) = php_com_olestring_to_string(guid_string, &Z_STRLEN_P(return_value), CP_… in PHP_FUNCTION()
H A Dphp_com_dotnet_internal.h87 PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring,
H A Dcom_wrapper.c182 name = php_com_olestring_to_string(rgszNames[i], &namelen, COMG(code_page) TSRMLS_CC); in disp_getidsofnames()
227 name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page) TSRMLS_CC); in disp_getdispid()
H A Dcom_persist.c351 Z_STRVAL_P(return_value) = php_com_olestring_to_string(olename, in CPH_METHOD()
H A Dcom_variant.c222 Z_STRVAL_P(z) = php_com_olestring_to_string(olestring, in php_com_zval_from_variant()

Completed in 23 milliseconds