Lines Matching defs:length
33 size_t length; /* separator magic length */
61 mime->length = n;
62 memcpy(mime->magic, s, mime->length);
91 if (paxread(pax, ap, s = state.tmp.buffer, mime->length + 2, mime->length + 2, 1) <= 0 || memcmp(s, mime->magic, mime->length))
93 else if (*(s += mime->length) == '-' && *(s + 1) == '-')
162 if (m < mime->length)
171 for (t = s + m - mime->length; s = memchr(s, '-', t - s); s++)
172 if (!memcmp(s, mime->magic, mime->length))
197 paxseek(pax, ap, -(off_t)mime->length, SEEK_CUR, 0);