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_update_timer
(Results
1 - 3
of
3
) sorted by relevance
/third_party/curl/lib/
H
A
D
multiif.h
35
CURLMcode
Curl_update_timer
(struct Curl_multi *multi) WARN_UNUSED_RESULT;
H
A
D
multi.c
552
/* A somewhat crude work-around for a little glitch in
Curl_update_timer
()
in curl_multi_add_handle()
555
Curl_update_timer
() that prevents calling the application multiple times
in curl_multi_add_handle()
560
Curl_update_timer
() to always trigger a callback to the app when a new
in curl_multi_add_handle()
564
rc =
Curl_update_timer
(multi);
in curl_multi_add_handle()
951
rc =
Curl_update_timer
(multi);
in curl_multi_remove_handle()
2809
returncode =
Curl_update_timer
(multi);
3262
Curl_update_timer
() to trigger a callback to the app again even if the
3402
result =
Curl_update_timer
(multi);
3414
result =
Curl_update_timer
(multi);
3425
result =
Curl_update_timer
(mult
3480
CURLMcode
Curl_update_timer
(struct Curl_multi *multi)
global()
function
[all...]
H
A
D
easy.c
1150
if(
Curl_update_timer
(data->multi))
in curl_easy_pause()
Completed in 7 milliseconds