OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t_acceptdata
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
progress.c
183
data->progress.
t_acceptdata
= Curl_tvnow();
urldata.h
1136
struct timeval
t_acceptdata
;
member in struct:Progress
[
all
...]
ftp.c
372
* The start time is stored in progress.
t_acceptdata
- as set with
395
timeout_ms -= Curl_tvdiff(now, data->progress.
t_acceptdata
);
[
all
...]
Completed in 241 milliseconds