Lines Matching refs:aRec
47 const task::UrlRecord & aRec, in fillContinuation() argument
66 else if (aRec.UserList.getLength() != 0) in fillContinuation()
68 if (aRec.UserList[0].Passwords.getLength() == 0) in fillContinuation()
79 || rRequest.Password != aRec.UserList[0].Passwords[0]) // failed login attempt? in fillContinuation()
83 setUserName(aRec.UserList[0].UserName.getStr()); in fillContinuation()
87 setPassword(aRec.UserList[0].Passwords[0].getStr()); in fillContinuation()
88 if (aRec.UserList[0].Passwords.getLength() > 1) in fillContinuation()
94 setRealm(aRec.UserList[0].Passwords[1]. in fillContinuation()
99 setAccount(aRec.UserList[0].Passwords[1]. in fillContinuation()
199 task::UrlRecord aRec; in handleAuthenticationRequest() local
201 aRec = xContainer->find(rURL, xIH); in handleAuthenticationRequest()
203 if ( aRec.UserList.getLength() == 0 ) in handleAuthenticationRequest()
206 aRec = xContainer->find(rRequest.ServerName, xIH); in handleAuthenticationRequest()
211 aRec, in handleAuthenticationRequest()
222 task::UrlRecord aRec; in handleAuthenticationRequest() local
224 aRec = xContainer->findForName( in handleAuthenticationRequest()
227 if ( aRec.UserList.getLength() == 0 ) in handleAuthenticationRequest()
230 aRec = xContainer->findForName( in handleAuthenticationRequest()
236 aRec, in handleAuthenticationRequest()