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:authhost
(Results
1 - 11
of
11
) sorted by relevance
/third_party/curl/lib/
H
A
D
http.c
481
(data->state.
authhost
.picked == CURLAUTH_NTLM) ||
in http_perhapsrewind()
483
(data->state.
authhost
.picked == CURLAUTH_NTLM_WB)) {
in http_perhapsrewind()
511
(data->state.
authhost
.picked == CURLAUTH_NEGOTIATE)) {
in http_perhapsrewind()
582
pickhost = pickoneauth(&data->state.
authhost
, authmask);
in Curl_http_auth_act()
585
if(data->state.
authhost
.picked == CURLAUTH_NTLM &&
in Curl_http_auth_act()
620
(!data->state.
authhost
.done) &&
in Curl_http_auth_act()
631
data->state.
authhost
.done = TRUE;
in Curl_http_auth_act()
796
struct auth *
authhost
;
in Curl_http_output_auth()
local
801
authhost
= &data->state.
authhost
;
in Curl_http_output_auth()
[all...]
H
A
D
http_digest.c
111
authp = &data->state.
authhost
;
in Curl_output_digest()
H
A
D
http_ntlm.c
179
authp = &data->state.
authhost
;
in Curl_output_ntlm()
H
A
D
http_negotiate.c
125
struct auth *authp = proxy ? &data->state.authproxy : &data->state.
authhost
;
in Curl_output_negotiate()
H
A
D
curl_ntlm_wb.c
417
authp = &data->state.
authhost
;
in Curl_output_ntlm_wb()
H
A
D
transfer.c
1104
data->state.
authhost
.want = data->set.httpauth;
in Curl_pretransfer()
1151
data->state.
authhost
.picked &= data->state.
authhost
.want;
in Curl_pretransfer()
H
A
D
url.c
935
bool wantNTLMhttp = ((data->state.
authhost
.want &
in ConnectionExists()
3764
if((data->state.
authhost
.picked & (CURLAUTH_NTLM | CURLAUTH_NTLM_WB)) &&
3765
data->state.
authhost
.done) {
3767
data->state.
authhost
.picked = CURLAUTH_NONE;
3768
data->state.
authhost
.done = FALSE;
H
A
D
http_aws_sigv4.c
801
data->state.
authhost
.done = TRUE;
in Curl_output_aws_sigv4()
H
A
D
easy.c
1059
memset(&data->state.
authhost
, 0, sizeof(struct auth));
in curl_easy_reset()
H
A
D
urldata.h
1370
struct auth
authhost
; /* auth details for host */
member
H
A
D
setopt.c
1015
data->state.
authhost
.iestyle = !!(auth & CURLAUTH_DIGEST_IE);
in Curl_vsetopt()
Completed in 22 milliseconds