Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libusb/
Dlibusb10_desc.c100 uint16_t nextra; in libusb_get_config_descriptor() local
121 nextra = N_ALIGN(pconf->extra.len); in libusb_get_config_descriptor()
126 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
131 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
139 nextra += N_ALIGN(pinf->extra.len); in libusb_get_config_descriptor()
144 nextra += N_ALIGN(pend->extra.len); in libusb_get_config_descriptor()
151 nextra = nextra + in libusb_get_config_descriptor()
157 nextra = N_ALIGN(nextra); in libusb_get_config_descriptor()
159 pconfd = malloc(nextra); in libusb_get_config_descriptor()
166 memset(pconfd, 0, nextra); in libusb_get_config_descriptor()