Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:authused
(Results
1 - 6
of
6
) sorted by relevance
/third_party/curl/lib/
H
A
D
curl_sasl.c
89
*
authused
[in] - The authentication mechanism used.
91
void Curl_sasl_cleanup(struct connectdata *conn, unsigned short
authused
)
in Curl_sasl_cleanup()
argument
94
(void)
authused
;
in Curl_sasl_cleanup()
98
if(
authused
== SASL_MECH_GSSAPI) {
in Curl_sasl_cleanup()
105
if(
authused
& (SASL_MECH_SCRAM_SHA_1 | SASL_MECH_SCRAM_SHA_256)) {
in Curl_sasl_cleanup()
112
if(
authused
== SASL_MECH_NTLM) {
in Curl_sasl_cleanup()
202
sasl->
authused
= SASL_AUTH_NONE; /* The authentication mechanism used */
in Curl_sasl_init()
367
sasl->
authused
= 0; /* No mechanism used yet */
in Curl_sasl_start()
376
sasl->
authused
= SASL_MECH_EXTERNAL;
in Curl_sasl_start()
389
sasl->
authused
in Curl_sasl_start()
[all...]
H
A
D
curl_sasl.h
127
unsigned short
authused
; /* Auth mechanism used for the connection */
member
140
void Curl_sasl_cleanup(struct connectdata *conn, unsigned short
authused
);
H
A
D
smtp.c
329
smtpc->sasl.
authused
= SASL_AUTH_NONE; /* Clear the authentication mechanism
in smtp_perform_ehlo()
355
smtpc->sasl.
authused
= SASL_AUTH_NONE; /* No authentication mechanism used
in smtp_perform_helo()
649
if(data->set.str[STRING_MAIL_AUTH] && conn->proto.smtpc.sasl.
authused
) {
in smtp_perform_mail()
1579
Curl_sasl_cleanup(conn, smtpc->sasl.
authused
);
in smtp_disconnect()
H
A
D
imap.c
435
imapc->sasl.
authused
= SASL_AUTH_NONE; /* Clear the auth. mechanism used */
in imap_perform_capability()
1677
Curl_sasl_cleanup(conn, imapc->sasl.
authused
);
in imap_disconnect()
H
A
D
pop3.c
329
pop3c->sasl.
authused
= SASL_AUTH_NONE; /* Clear the auth. mechanism used */
in pop3_perform_capa()
1274
Curl_sasl_cleanup(conn, pop3c->sasl.
authused
);
in pop3_disconnect()
H
A
D
openldap.c
870
Curl_sasl_cleanup(conn, li->sasl.
authused
);
in oldap_disconnect()
Completed in 14 milliseconds