Searched refs:extra_length (Results 1 – 15 of 15) sorted by relevance
401 dest->extralen = src->extra_length; in copy_endpoint_descriptor()402 if (src->extra_length) { in copy_endpoint_descriptor()403 dest->extra = malloc(src->extra_length); in copy_endpoint_descriptor()406 memcpy(dest->extra, src->extra, src->extra_length); in copy_endpoint_descriptor()433 dest->extralen = src->extra_length; in copy_interface_descriptor()434 if (src->extra_length) { in copy_interface_descriptor()435 dest->extra = malloc(src->extra_length); in copy_interface_descriptor()440 memcpy(dest->extra, src->extra, src->extra_length); in copy_interface_descriptor()493 dest->extralen = src->extra_length; in copy_config_descriptor()494 if (src->extra_length) { in copy_config_descriptor()[all …]
89 void AudioVector::Extend(size_t extra_length) { in Extend() argument90 Reserve(Size() + extra_length); in Extend()91 memset(&array_[first_free_ix_], 0, extra_length * sizeof(int16_t)); in Extend()92 first_free_ix_ += extra_length; in Extend()
62 virtual void Extend(size_t extra_length);
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()
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()
173 endpoint->extra_length = 0; in parse_endpoint()180 endpoint->extra_length = 0; in parse_endpoint()185 endpoint->extra_length = len; in parse_endpoint()266 ifp->extra_length = 0; in parse_interface()317 ifp->extra_length = len; in parse_interface()415 config->extra_length = 0; in parse_configuration()458 if (!config->extra_length) { in parse_configuration()466 config->extra_length = len; in parse_configuration()759 int size = endpoint->extra_length; in libusb_get_ss_endpoint_companion_descriptor()
573 int extra_length; member623 int extra_length; member682 int extra_length; member
199 uint16_t extra_length = data[offset++]; in LocateDeflatesInGzip() local200 extra_length |= static_cast<uint16_t>(data[offset++]) << 8; in LocateDeflatesInGzip()201 TEST_AND_RETURN_FALSE(offset + extra_length <= data.size()); in LocateDeflatesInGzip()202 offset += extra_length; in LocateDeflatesInGzip()
39 void(size_t extra_length));
46 for (i = 0; i < endpoint->extra_length;) { in print_endpoint()
1251 unsigned extra_length = strlen(str); in expr_print_gstr_helper() local1256 extra_length += 4 + strlen(sym_str); in expr_print_gstr_helper()1263 if ((last_line_length + extra_length) > gs->max_width) in expr_print_gstr_helper()
1323 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance() local1328 uivector_push_back(values, extra_length); in addLengthDistance()