OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Curl_tvnow
(Results
1 - 16
of
16
) sorted by null
/external/curl/lib/
timeval.h
53
#define
Curl_tvnow
() curlx_tvnow()
pingpong.c
64
Curl_tvdiff(
Curl_tvnow
(), pp->response); /* spent time */
69
Curl_tvdiff(
Curl_tvnow
(), conn->now); /* spent time */
120
result = Curl_speedcheck(data,
Curl_tvnow
());
143
pp->response =
Curl_tvnow
(); /* start response time-out now! */
228
pp->response =
Curl_tvnow
();
489
pp->response =
Curl_tvnow
();
progress.c
166
struct timeval now =
Curl_tvnow
();
183
data->progress.t_acceptdata =
Curl_tvnow
();
218
data->progress.start =
Curl_tvnow
();
284
now =
Curl_tvnow
(); /* what time is it */
asyn-ares.c
358
struct timeval now =
Curl_tvnow
();
398
struct timeval now2 =
Curl_tvnow
();
file.c
310
struct timeval now =
Curl_tvnow
();
435
struct timeval now =
Curl_tvnow
();
connect.c
220
now =
Curl_tvnow
();
740
now =
Curl_tvnow
();
1076
conn->connecttime =
Curl_tvnow
();
[
all
...]
multi.c
[
all
...]
transfer.c
443
k->start100 =
Curl_tvnow
();
852
k->start100 =
Curl_tvnow
(); /* timeout count starts now */
[
all
...]
asyn-thread.c
526
long elapsed = Curl_tvdiff(
Curl_tvnow
(), data->progress.t_startsingle);
hostip.c
688
unsigned long elapsed_ms = Curl_tvdiff(
Curl_tvnow
(), conn->created);
url.c
[
all
...]
telnet.c
[
all
...]
tftp.c
[
all
...]
smtp.c
[
all
...]
ftp.c
385
now =
Curl_tvnow
();
[
all
...]
ssh.c
[
all
...]
Completed in 375 milliseconds