OLECHAR            42 ext/com_dotnet/com_com.c 	OLECHAR *moniker;
OLECHAR           134 ext/com_dotnet/com_com.c 				authid.Password = (OLECHAR*)password;
OLECHAR           137 ext/com_dotnet/com_com.c 				authid.Password = (OLECHAR*)"";
OLECHAR           142 ext/com_dotnet/com_com.c 				authid.Domain = (OLECHAR*)domain_name;
OLECHAR           145 ext/com_dotnet/com_com.c 				authid.Domain = (OLECHAR*)"";
OLECHAR           294 ext/com_dotnet/com_com.c 	OLECHAR *module = NULL;
OLECHAR           419 ext/com_dotnet/com_com.c 	OLECHAR *olename;
OLECHAR           665 ext/com_dotnet/com_com.c 	OLECHAR *guid_string;
OLECHAR           193 ext/com_dotnet/com_dotnet.c 	OLECHAR *oleassembly, *oletype;
OLECHAR           292 ext/com_dotnet/com_handlers.c 			OLECHAR *olename;
OLECHAR            33 ext/com_dotnet/com_olechar.c PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string, size_t string_len, int codepage)
OLECHAR            35 ext/com_dotnet/com_olechar.c 	OLECHAR *olestring = NULL;
OLECHAR            48 ext/com_dotnet/com_olechar.c 		olestring = (OLECHAR*)safe_emalloc(string_len, sizeof(OLECHAR), 0);
OLECHAR            58 ext/com_dotnet/com_olechar.c 		olestring = (OLECHAR*)emalloc(sizeof(OLECHAR));
OLECHAR            74 ext/com_dotnet/com_olechar.c PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring, size_t *string_len, int codepage)
OLECHAR           341 ext/com_dotnet/com_persist.c 	OLECHAR *olename = NULL;
OLECHAR           379 ext/com_dotnet/com_persist.c 	OLECHAR *olefilename = NULL;
OLECHAR           442 ext/com_dotnet/com_persist.c 	OLECHAR *olefilename;
OLECHAR            43 ext/com_dotnet/com_typeinfo.c 	OLECHAR *p;
OLECHAR           321 ext/com_dotnet/com_typeinfo.c 		OLECHAR *olename = php_com_string_to_olestring(dispname, strlen(dispname), CP_ACP);
OLECHAR           438 ext/com_dotnet/com_typeinfo.c 	OLECHAR *olename;
OLECHAR           101 ext/com_dotnet/com_variant.c 	OLECHAR *olestring;
OLECHAR           166 ext/com_dotnet/com_variant.c 				V_BSTR(v) = SysAllocStringByteLen((char*)olestring, (UINT)(wcslen(olestring) * sizeof(OLECHAR)));
OLECHAR           168 ext/com_dotnet/com_variant.c 				V_BSTR(v) = SysAllocStringByteLen((char*)olestring, (UINT)(Z_STRLEN_P(z) * sizeof(OLECHAR)));
OLECHAR           184 ext/com_dotnet/com_variant.c 	OLECHAR *olestring = NULL;
OLECHAR           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));
OLECHAR            90 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring,
OLECHAR            92 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string,