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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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 42 milliseconds