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:response_time
(Results
1 - 3
of
3
) sorted by relevance
/third_party/curl/lib/
H
A
D
pingpong.h
59
timediff_t
response_time
; /* When no timeout is given, this is the amount of
member
77
pp->
response_time
= RESP_TIMEOUT; \
H
A
D
pingpong.c
55
timediff_t
response_time
= (data->set.server_response_timeout)?
in Curl_pp_state_timeout()
local
56
data->set.server_response_timeout: pp->
response_time
;
in Curl_pp_state_timeout()
63
/* Without a requested timeout, we only wait '
response_time
' seconds for the
in Curl_pp_state_timeout()
65
timeout_ms =
response_time
-
in Curl_pp_state_timeout()
H
A
D
ftp.c
3350
timediff_t old_time = pp->
response_time
;
in ftp_done()
3352
pp->
response_time
= 60*1000; /* give it only a minute for now */
in ftp_done()
3357
pp->
response_time
= old_time; /* set this back to previous value */
in ftp_done()
Completed in 6 milliseconds