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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c123 WGET_OPT_CONTINUE = 0x1, enumerator in enum:__anon11386
216 if ((opt & WGET_OPT_CONTINUE) && !fname_out)
222 opt &= ~WGET_OPT_CONTINUE;
224 if (opt & WGET_OPT_CONTINUE) {

Completed in 42 milliseconds