OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SASL_AUTH_NONE
(Results
1 - 5
of
5
) sorted by null
/external/curl/lib/
curl_sasl.h
53
#define
SASL_AUTH_NONE
0
pop3.c
352
pop3c->sasl.authmechs =
SASL_AUTH_NONE
; /* No known auth. mechanisms yet */
353
pop3c->sasl.authused =
SASL_AUTH_NONE
; /* Clear the auth. mechanism used */
[
all
...]
curl_sasl.c
[
all
...]
smtp.c
350
smtpc->sasl.authmechs =
SASL_AUTH_NONE
; /* No known auth. mechanism yet */
351
smtpc->sasl.authused =
SASL_AUTH_NONE
; /* Clear the authentication mechanism
376
smtpc->sasl.authused =
SASL_AUTH_NONE
; /* No authentication mechanism used
[
all
...]
imap.c
463
imapc->sasl.authmechs =
SASL_AUTH_NONE
; /* No known auth. mechanisms yet */
464
imapc->sasl.authused =
SASL_AUTH_NONE
; /* Clear the auth. mechanism used */
[
all
...]
Completed in 362 milliseconds