Lines Matching defs:skip
116 int skip; /* if non-zero, the server is instructed to not read this
119 - skip bytes. */
123 bool skipall; /* skip all incoming data */
322 else if(1 == sscanf(cmd, "skip: %d", &num)) {
323 logmsg("instructed to skip this number of bytes %d", num);
324 req->skip = num;
457 ptr++; /* skip the slash */
586 ptr++; /* skip the slash */
588 /* skip all non-numericals following the slash */
645 req->cl = clen - req->skip;
648 if(req->skip)
857 req->skip = 0;
943 if(req->skip)
1548 /* skip this and close the socket if err < 0 */