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:Curl_close
(Results
1 - 7
of
7
) sorted by relevance
/third_party/curl/lib/
H
A
D
url.h
38
CURLcode
Curl_close
(struct Curl_easy **datap); /* opposite of curl_open() */
H
A
D
doh.c
356
Curl_close
(&doh);
in dohprobe()
422
Curl_close
(&dohp->probe[slot].easy);
in Curl_doh()
926
Curl_close
(&dohp->probe[slot].easy);
in Curl_doh_is_resolved()
H
A
D
conncache.c
549
Curl_close
(&connc->closure_handle);
in Curl_conncache_close_all_connections()
H
A
D
easy.c
808
Curl_close
(&data);
in curl_easy_cleanup()
H
A
D
url.c
227
CURLcode
Curl_close
(struct Curl_easy **datap)
in Curl_close()
function
2069
Curl_close
(&data->req.doh->probe[0].easy);
2070
Curl_close
(&data->req.doh->probe[1].easy);
H
A
D
http2.c
784
(void)
Curl_close
(&second);
in h2_duphandle()
858
(void)
Curl_close
(&newhandle);
in discard_newhandle()
/third_party/curl/tests/unit/
H
A
D
unit1620.c
89
rc =
Curl_close
(&empty);
90
fail_unless(rc == CURLE_OK, "
Curl_close
() failed");
Completed in 11 milliseconds