php_com_olestring_to_string  262 ext/com_dotnet/com_com.c 				typelib_name = php_com_olestring_to_string(name, &typelib_name_len, obj->code_page);
php_com_olestring_to_string  355 ext/com_dotnet/com_com.c 					source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page);
php_com_olestring_to_string  359 ext/com_dotnet/com_com.c 					desc = php_com_olestring_to_string(e.bstrDescription, &desc_len, obj->code_page);
php_com_olestring_to_string  676 ext/com_dotnet/com_com.c 		str = php_com_olestring_to_string(guid_string, &len, CP_ACP);
php_com_olestring_to_string  352 ext/com_dotnet/com_persist.c 			char *str = php_com_olestring_to_string(olename,
php_com_olestring_to_string  188 ext/com_dotnet/com_typeinfo.c 				const_name = php_com_olestring_to_string(bstr_ids, &len, codepage);
php_com_olestring_to_string  426 ext/com_dotnet/com_typeinfo.c 	clsid_str = php_com_olestring_to_string(ole_clsid, NULL, codepage);
php_com_olestring_to_string  458 ext/com_dotnet/com_typeinfo.c 			ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage);
php_com_olestring_to_string  488 ext/com_dotnet/com_typeinfo.c 				ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage);
php_com_olestring_to_string  517 ext/com_dotnet/com_typeinfo.c 							funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage);
php_com_olestring_to_string  550 ext/com_dotnet/com_typeinfo.c 								funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage);
php_com_olestring_to_string  571 ext/com_dotnet/com_typeinfo.c 							funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage);
php_com_olestring_to_string  238 ext/com_dotnet/com_variant.c 				char *str = php_com_olestring_to_string(olestring,
php_com_olestring_to_string  181 ext/com_dotnet/com_wrapper.c 		name = php_com_olestring_to_string(rgszNames[i], &namelen, COMG(code_page));
php_com_olestring_to_string  226 ext/com_dotnet/com_wrapper.c 	name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page));
php_com_olestring_to_string   90 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring,