Searched refs:current_impl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dprogress.c74 static struct progress_implementation *current_impl; variable in typeref:struct:progress_implementation
125 current_impl = pi;
166 return current_impl->create (initial, total);
177 return current_impl->interactive;
186 current_impl->update (progress, howmuch, dltime);
195 current_impl->finish (progress, dltime);

Completed in 107 milliseconds