OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nowp
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
connect.h
39
struct timeval *
nowp
,
connect.c
175
* If '
nowp
' is non-NULL, it points to the current time.
182
struct timeval *
nowp
,
219
if(!
nowp
) {
221
nowp
= &now;
227
timeout_ms -= Curl_tvdiff(*
nowp
, data->progress.t_startsingle);
230
timeout_ms -= Curl_tvdiff(*
nowp
, data->progress.t_startop);
[
all
...]
multi.c
2580
struct timeval *
nowp
= &data->state.expiretime;
local
[
all
...]
Completed in 171 milliseconds