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:mechs
(Results
1 - 2
of
2
) sorted by relevance
/third_party/curl/lib/
H
A
D
curl_sasl.c
208
unsigned short
mechs
= SASL_AUTH_NONE;
in Curl_sasl_init()
local
213
mechs
|= SASL_MECH_PLAIN | SASL_MECH_LOGIN;
in Curl_sasl_init()
215
mechs
|= SASL_MECH_DIGEST_MD5;
in Curl_sasl_init()
217
mechs
|= SASL_MECH_NTLM;
in Curl_sasl_init()
219
mechs
|= SASL_MECH_OAUTHBEARER | SASL_MECH_XOAUTH2;
in Curl_sasl_init()
221
mechs
|= SASL_MECH_GSSAPI;
in Curl_sasl_init()
223
if(
mechs
!= SASL_AUTH_NONE)
in Curl_sasl_init()
224
sasl->prefmech =
mechs
;
in Curl_sasl_init()
/third_party/curl/tests/
H
A
D
ftpserver.pl
788
my $
mechs
;
795
if(!$
mechs
) {
796
$
mechs
= "$am";
799
$
mechs
.= " $am";
803
if($
mechs
) {
804
push @data, "AUTH $
mechs
";
1706
my $
mechs
;
1715
if(!$
mechs
) {
1716
$
mechs
= "$am";
1719
$
mechs
[all...]
Completed in 6 milliseconds