OLECHAR 42 ext/com_dotnet/com_com.c OLECHAR *moniker; OLECHAR 135 ext/com_dotnet/com_com.c authid.Password = (OLECHAR*)password; OLECHAR 138 ext/com_dotnet/com_com.c authid.Password = (OLECHAR*)""; OLECHAR 143 ext/com_dotnet/com_com.c authid.Domain = (OLECHAR*)domain_name; OLECHAR 146 ext/com_dotnet/com_com.c authid.Domain = (OLECHAR*)""; OLECHAR 296 ext/com_dotnet/com_com.c OLECHAR *module = NULL; OLECHAR 421 ext/com_dotnet/com_com.c OLECHAR *olename; OLECHAR 659 ext/com_dotnet/com_com.c OLECHAR *guid_string; OLECHAR 193 ext/com_dotnet/com_dotnet.c OLECHAR *oleassembly, *oletype; OLECHAR 298 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, uint string_len, int codepage TSRMLS_DC) 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, uint *string_len, int codepage TSRMLS_DC) OLECHAR 340 ext/com_dotnet/com_persist.c OLECHAR *olename = NULL; OLECHAR 375 ext/com_dotnet/com_persist.c OLECHAR *olefilename = NULL; OLECHAR 438 ext/com_dotnet/com_persist.c OLECHAR *olefilename; OLECHAR 43 ext/com_dotnet/com_typeinfo.c OLECHAR *p; OLECHAR 322 ext/com_dotnet/com_typeinfo.c OLECHAR *olename = php_com_string_to_olestring(dispname, strlen(dispname), CP_ACP TSRMLS_CC); OLECHAR 439 ext/com_dotnet/com_typeinfo.c OLECHAR *olename; OLECHAR 103 ext/com_dotnet/com_variant.c OLECHAR *olestring; OLECHAR 158 ext/com_dotnet/com_variant.c V_BSTR(v) = SysAllocStringByteLen((char*)olestring, wcslen(olestring) * sizeof(OLECHAR)); OLECHAR 160 ext/com_dotnet/com_variant.c V_BSTR(v) = SysAllocStringByteLen((char*)olestring, Z_STRLEN_P(z) * sizeof(OLECHAR)); OLECHAR 176 ext/com_dotnet/com_variant.c OLECHAR *olestring = NULL; OLECHAR 392 ext/com_dotnet/com_wrapper.c OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page) TSRMLS_CC); OLECHAR 87 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring, OLECHAR 89 ext/com_dotnet/php_com_dotnet_internal.h PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(char *string,