OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saslFailed
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java
80
private boolean
saslFailed
;
241
if (!saslNegotiated && !
saslFailed
) {
251
if (
saslFailed
) {
323
if (!saslNegotiated && !
saslFailed
) {
333
if (
saslFailed
) {
390
if (!saslNegotiated && !
saslFailed
) {
400
if (
saslFailed
) {
543
saslFailed
= true;
582
saslFailed
= false;
SASLAuthentication.java.orig
80
private boolean
saslFailed
;
241
if (!saslNegotiated && !
saslFailed
) {
251
if (
saslFailed
) {
323
if (!saslNegotiated && !
saslFailed
) {
333
if (
saslFailed
) {
390
if (!saslNegotiated && !
saslFailed
) {
400
if (
saslFailed
) {
543
saslFailed
= true;
582
saslFailed
= false;
Completed in 46 milliseconds