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  354 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  423 ext/com_dotnet/com_typeinfo.c 	clsid_str = php_com_olestring_to_string(ole_clsid, NULL, codepage TSRMLS_CC);
php_com_olestring_to_string  455 ext/com_dotnet/com_typeinfo.c 			ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage TSRMLS_CC);
php_com_olestring_to_string  485 ext/com_dotnet/com_typeinfo.c 				ansiname = php_com_olestring_to_string(olename, &ansinamelen, codepage TSRMLS_CC);
php_com_olestring_to_string  513 ext/com_dotnet/com_typeinfo.c 							funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage TSRMLS_CC);
php_com_olestring_to_string  546 ext/com_dotnet/com_typeinfo.c 								funcdesc = php_com_olestring_to_string(names[j+1], &funcdesclen, codepage TSRMLS_CC);
php_com_olestring_to_string  567 ext/com_dotnet/com_typeinfo.c 							funcdesc = php_com_olestring_to_string(olename, &funcdesclen, codepage TSRMLS_CC);
php_com_olestring_to_string  217 ext/com_dotnet/com_variant.c 				Z_STRVAL_P(z) = php_com_olestring_to_string(olestring,
php_com_olestring_to_string  188 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  233 ext/com_dotnet/com_wrapper.c 	name = php_com_olestring_to_string(bstrName, &namelen, COMG(code_page) TSRMLS_CC);
php_com_olestring_to_string   90 ext/com_dotnet/php_com_dotnet_internal.h PHPAPI char *php_com_olestring_to_string(OLECHAR *olestring,