Home
last modified time | relevance | path

Searched refs:nextra (Results 1 – 1 of 1) sorted by relevance

/dragonfly/lib/libusb/
HDlibusb10_desc.c105 uint16_t nextra; in libusb_get_config_descriptor() local
126 nextra = N_ALIGN(pconf->extra.len); in libusb_get_config_descriptor()
131 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
136 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
144 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
149 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
156 nextra = nextra + in libusb_get_config_descriptor()
162 nextra = N_ALIGN(nextra); in libusb_get_config_descriptor()
164 pconfd = malloc(nextra); in libusb_get_config_descriptor()
171 memset(pconfd, 0, nextra); in libusb_get_config_descriptor()