php_com_string_to_olestring  120 ext/com_dotnet/com_com.c 	moniker = php_com_string_to_olestring(module_name, module_name_len, obj->code_page);
php_com_string_to_olestring  127 ext/com_dotnet/com_com.c 		info.pwszName = php_com_string_to_olestring(server_name, server_name_len, obj->code_page);
php_com_string_to_olestring  130 ext/com_dotnet/com_com.c 			authid.User = php_com_string_to_olestring(user_name, -1, obj->code_page);
php_com_string_to_olestring  303 ext/com_dotnet/com_com.c 	module = php_com_string_to_olestring(module_name, module_name_len, (int)code_page);
php_com_string_to_olestring  432 ext/com_dotnet/com_com.c 	olename = php_com_string_to_olestring(name, namelen, obj->code_page);
php_com_string_to_olestring  253 ext/com_dotnet/com_dotnet.c 	oletype = php_com_string_to_olestring(datatype_name, datatype_name_len, obj->code_page);
php_com_string_to_olestring  254 ext/com_dotnet/com_dotnet.c 	oleassembly = php_com_string_to_olestring(assembly_name, assembly_name_len, obj->code_page);
php_com_string_to_olestring  297 ext/com_dotnet/com_handlers.c 				olename = php_com_string_to_olestring(name->val, name->len, obj->code_page);
php_com_string_to_olestring  403 ext/com_dotnet/com_persist.c 			olefilename = php_com_string_to_olestring(filename, strlen(fullpath), helper->codepage);
php_com_string_to_olestring  465 ext/com_dotnet/com_persist.c 		olefilename = php_com_string_to_olestring(fullpath, strlen(fullpath), helper->codepage);
php_com_string_to_olestring   55 ext/com_dotnet/com_typeinfo.c 	p = php_com_string_to_olestring(search_string, strlen(search_string), codepage);
php_com_string_to_olestring  321 ext/com_dotnet/com_typeinfo.c 		OLECHAR *olename = php_com_string_to_olestring(dispname, strlen(dispname), CP_ACP);
php_com_string_to_olestring  164 ext/com_dotnet/com_variant.c 			olestring = php_com_string_to_olestring(Z_STRVAL_P(z), Z_STRLEN_P(z), codepage);
php_com_string_to_olestring  387 ext/com_dotnet/com_wrapper.c 		OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page));
php_com_string_to_olestring   92 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string,