Lines Matching defs:skip
112 int skip; /* if non-zero, the server is instructed to not read this
115 - skip bytes. */
272 ptr++; /* skip the slash */
274 /* skip all non-numericals following the slash */
346 else if(1 == sscanf(ptr, "skip: %d", &num)) {
347 logmsg("instructed to skip this number of bytes %d", num);
348 req->skip = num;
489 req->cl = clen - req->skip;
492 if(req->skip)
685 req->skip = 0;
702 if(req->skip)