Searched refs:extra_length (Results 1 – 12 of 12) sorted by relevance
38 short extra_length; member57 short extra_length; member
242 pos += pcdir->fname_length + pcdir->extra_length + in unzip_archive()249 + pfhdr->extra_length]; in unzip_archive()
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()
622 int extra_length; member672 int extra_length; member732 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()
156 void AudioVector::Extend(size_t extra_length) { in Extend() argument157 if (extra_length == 0) in Extend()159 InsertZerosByPushBack(extra_length, Size()); in Extend()
73 virtual void Extend(size_t extra_length);
46 for (i = 0; i < endpoint->extra_length;) { in print_endpoint()
1323 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance() local1328 uivector_push_back(values, extra_length); in addLengthDistance()