authid             49 ext/com_dotnet/com_com.c 	COAUTHIDENTITY	authid = {0};
authid             53 ext/com_dotnet/com_com.c 		&authid, EOAC_NONE
authid            130 ext/com_dotnet/com_com.c 			authid.User = php_com_string_to_olestring(user_name, -1, obj->code_page);
authid            131 ext/com_dotnet/com_com.c 			authid.UserLength = (ULONG)user_name_len;
authid            134 ext/com_dotnet/com_com.c 				authid.Password = (OLECHAR*)password;
authid            135 ext/com_dotnet/com_com.c 				authid.PasswordLength = (ULONG)password_len;
authid            137 ext/com_dotnet/com_com.c 				authid.Password = (OLECHAR*)"";
authid            138 ext/com_dotnet/com_com.c 				authid.PasswordLength = 0;
authid            142 ext/com_dotnet/com_com.c 				authid.Domain = (OLECHAR*)domain_name;
authid            143 ext/com_dotnet/com_com.c 				authid.DomainLength = (ULONG)domain_name_len;
authid            145 ext/com_dotnet/com_com.c 				authid.Domain = (OLECHAR*)"";
authid            146 ext/com_dotnet/com_com.c 				authid.DomainLength = 0;
authid            148 ext/com_dotnet/com_com.c 			authid.Flags = SEC_WINNT_AUTH_IDENTITY_ANSI;
authid            218 ext/com_dotnet/com_com.c 		if (authid.User) efree(authid.User);