php_com_olestring_to_string  264 ext/com_dotnet/com_com.c 				typelib_name = php_com_olestring_to_string(name, &typelib_name_len, obj->code_page TSRMLS_CC);
php_com_olestring_to_string  357 ext/com_dotnet/com_com.c 					source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page TSRMLS_CC);
php_com_olestring_to_string  361 ext/com_dotnet/com_com.c 					desc = php_com_olestring_to_string(e.bstrDescription, &desc_len, obj->code_page TSRMLS_CC);
php_com_olestring_to_string  668 ext/com_dotnet/com_com.c 		Z_STRVAL_P(return_value) = php_com_olestring_to_string(guid_string, &Z_STRLEN_P(return_value), CP_ACP TSRMLS_CC);
php_com_olestring_to_string  351 ext/com_dotnet/com_persist.c 			Z_STRVAL_P(return_value) = php_com_olestring_to_string(olename,
php_com_olestring_to_string  187 ext/com_dotnet/com_typeinfo.c 				const_name = php_com_olestring_to_string(bstr_ids, &c.name_len, codepage TSRMLS_CC);
php_com_olestring_to_string  427 ext/com_dotnet/com_typeinfo.c 	clsid_str = php_com_olestring_to_string(ole_clsid, NULL, codepage TSRMLS_CC);
php_com_olestring_to_string  459 ext/com_dotnet/com_typeinfo.c 			ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage TSRMLS_CC);
php_com_olestring_to_string  489 ext/com_dotnet/com_typeinfo.c 				ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage TSRMLS_CC);
php_com_olestring_to_string  517 ext/com_dotnet/com_typeinfo.c 							funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage TSRMLS_CC);
php_com_olestring_to_string  550 ext/com_dotnet/com_typeinfo.c 								funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage TSRMLS_CC);
php_com_olestring_to_string  571 ext/com_dotnet/com_typeinfo.c 							funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage TSRMLS_CC);
php_com_olestring_to_string  222 ext/com_dotnet/com_variant.c 				Z_STRVAL_P(z) = php_com_olestring_to_string(olestring,
php_com_olestring_to_string  182 ext/com_dotnet/com_wrapper.c 		name = php_com_olestring_to_string(rgszNames[i], &namelen, COMG(code_page) TSRMLS_CC);
php_com_olestring_to_string  227 ext/com_dotnet/com_wrapper.c 	name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page) TSRMLS_CC);
php_com_olestring_to_string   87 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring,