Lines Matching defs:passed
222 * requests on files respond with headers passed to the client/stdout that
846 /* This is called after the FTP_QUOTE state is passed.
1583 curl_off_t passed = 0;
1592 (data->state.resume_from - passed > (curl_off_t)sizeof(scratch)) ?
1594 curlx_sotouz(data->state.resume_from - passed);
1600 passed += actuallyread;
1607 } while(passed < data->state.resume_from);
1627 /* we've passed, proceed as normal */
2077 * In all protocols, CLIENTWRITE_HEADER data is only passed to
3451 * The quote list is passed as an argument.