Searched refs:_bos (Results 1 – 1 of 1) sorted by relevance
808 struct libusb_bos_descriptor bos_header, *_bos; in parse_bos() local834 _bos = calloc (1, in parse_bos()835 sizeof(*_bos) + bos_header.bNumDeviceCaps * sizeof(void *)); in parse_bos()836 if (!_bos) in parse_bos()839 usbi_parse_descriptor(buffer, "bbwb", _bos, host_endian); in parse_bos()859 libusb_free_bos_descriptor(_bos); in parse_bos()868 _bos->dev_capability[i] = malloc(dev_cap.bLength); in parse_bos()869 if (!_bos->dev_capability[i]) { in parse_bos()870 libusb_free_bos_descriptor(_bos); in parse_bos()873 memcpy(_bos->dev_capability[i], buffer, dev_cap.bLength); in parse_bos()[all …]