authid 49 ext/com_dotnet/com_com.c COAUTHIDENTITY authid = {0}; authid 53 ext/com_dotnet/com_com.c &authid, EOAC_NONE authid 131 ext/com_dotnet/com_com.c authid.User = php_com_string_to_olestring(user_name, -1, obj->code_page TSRMLS_CC); authid 132 ext/com_dotnet/com_com.c authid.UserLength = user_name_len; authid 135 ext/com_dotnet/com_com.c authid.Password = (OLECHAR*)password; authid 136 ext/com_dotnet/com_com.c authid.PasswordLength = password_len; authid 138 ext/com_dotnet/com_com.c authid.Password = (OLECHAR*)""; authid 139 ext/com_dotnet/com_com.c authid.PasswordLength = 0; authid 143 ext/com_dotnet/com_com.c authid.Domain = (OLECHAR*)domain_name; authid 144 ext/com_dotnet/com_com.c authid.DomainLength = domain_name_len; authid 146 ext/com_dotnet/com_com.c authid.Domain = (OLECHAR*)""; authid 147 ext/com_dotnet/com_com.c authid.DomainLength = 0; authid 149 ext/com_dotnet/com_com.c authid.Flags = SEC_WINNT_AUTH_IDENTITY_ANSI; authid 219 ext/com_dotnet/com_com.c STR_FREE((char*)authid.User);