Searched refs:extra_length (Results 1 – 7 of 7) 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 …]
140 endpoint->extra_length = 0; in parse_endpoint()147 endpoint->extra_length = 0; in parse_endpoint()152 endpoint->extra_length = len; in parse_endpoint()213 ifp->extra_length = 0; in parse_interface()255 ifp->extra_length = len; in parse_interface()359 config->extra_length = 0; in parse_configuration()396 if (!config->extra_length) { in parse_configuration()404 config->extra_length = len; in parse_configuration()
399 int extra_length; member449 int extra_length; member507 int extra_length; member
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 void(size_t extra_length));
1323 unsigned extra_length = (unsigned)(length - LENGTHBASE[length_code]); in addLengthDistance() local1328 uivector_push_back(values, extra_length); in addLengthDistance()