HomeSort by relevance Sort by last modified time
    Searched refs:lastshow (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
progress.c 137 data->progress.lastshow = 0;
396 if(data->progress.lastshow != now.tv_sec) {
399 data->progress.lastshow = now.tv_sec;
urldata.h 1065 time_t lastshow; \/* time() of the last displayed progress meter or NULL to member in struct:Progress
    [all...]

Completed in 61 milliseconds