Home
last modified time | relevance | path

Searched refs:curlx_tvdiff_secs (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/lib/
H A Dtimeval.h47 double curlx_tvdiff_secs(struct timeval t1, struct timeval t2);
55 #define Curl_tvdiff_secs(x,y) curlx_tvdiff_secs(x,y)
H A Dtimeval.c121 double curlx_tvdiff_secs(struct timeval newer, struct timeval older) in curlx_tvdiff_secs() function
H A DREADME.curlx35 curlx_tvdiff_secs()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dtimeval.h47 double curlx_tvdiff_secs(struct timeval t1, struct timeval t2);
55 #define Curl_tvdiff_secs(x,y) curlx_tvdiff_secs(x,y)
H A Dtimeval.c137 double curlx_tvdiff_secs(struct timeval newer, struct timeval older) in curlx_tvdiff_secs() function
/dports/games/warmux/warmux-11.04/build/symbian/lib/curl/lib/
H A Dtimeval.h48 double curlx_tvdiff_secs(struct timeval t1, struct timeval t2);
56 #define Curl_tvdiff_secs(x,y) curlx_tvdiff_secs(x,y)
H A Dtimeval.c122 double curlx_tvdiff_secs(struct timeval newer, struct timeval older) in curlx_tvdiff_secs() function
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dtimeval.h47 double curlx_tvdiff_secs(struct timeval t1, struct timeval t2);
55 #define Curl_tvdiff_secs(x,y) curlx_tvdiff_secs(x,y)
H A Dtimeval.c137 double curlx_tvdiff_secs(struct timeval newer, struct timeval older) in curlx_tvdiff_secs() function
H A Dprogress.c364 data->progress.timespent = curlx_tvdiff_secs(now, data->progress.start); in Curl_pgrsUpdate()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dtimeval.h47 double curlx_tvdiff_secs(struct timeval t1, struct timeval t2);
55 #define Curl_tvdiff_secs(x,y) curlx_tvdiff_secs(x,y)
H A Dtimeval.c137 double curlx_tvdiff_secs(struct timeval newer, struct timeval older) in curlx_tvdiff_secs() function
H A Dprogress.c364 data->progress.timespent = curlx_tvdiff_secs(now, data->progress.start); in Curl_pgrsUpdate()