Searched refs:extra_length (Results 1 – 11 of 11) sorted by relevance
39 short extra_length; member58 short extra_length; member
243 pos += pcdir->fname_length + pcdir->extra_length + in unzip_archive()250 + pfhdr->extra_length]; in unzip_archive()
161 endpoint->extra_length = len; in parse_endpoint()237 ifp->extra_length = 0; in parse_interface()291 ifp->extra_length = len; in parse_interface()427 (size_t)(config->extra_length + len)); in parse_configuration()434 memcpy(extra + config->extra_length, begin, len); in parse_configuration()436 config->extra_length += len; in parse_configuration()712 int size = endpoint->extra_length; in libusb_get_ss_endpoint_companion_descriptor()
628 int extra_length; member678 int extra_length; member738 int extra_length; member
208 uint16_t extra_length = data[offset++]; in LocateDeflatesInGzip() local209 extra_length |= static_cast<uint16_t>(data[offset++]) << 8; in LocateDeflatesInGzip()210 TEST_AND_RETURN_FALSE(offset + extra_length <= data.size()); in LocateDeflatesInGzip()211 offset += extra_length; in LocateDeflatesInGzip()
155 void AudioVector::Extend(size_t extra_length) { in Extend() argument156 if (extra_length == 0) in Extend()158 InsertZerosByPushBack(extra_length, Size()); in Extend()
75 virtual void Extend(size_t extra_length);
82 for (i = 0; i < endpoint->extra_length;) { in print_endpoint()
46 for (i = 0; i < endpoint->extra_length;) { in print_endpoint()
1474 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance() local1483 values->data[pos + 1] = extra_length; in addLengthDistance()