Searched refs:LIBUSB_ERROR_COUNT (Results 1 – 2 of 2) sorted by relevance
61 static const char* usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = {178 if ((errcode_index < 0) || (errcode_index >= LIBUSB_ERROR_COUNT)) { in libusb_strerror()180 errcode_index = LIBUSB_ERROR_COUNT - 1; in libusb_strerror()
1105 #define LIBUSB_ERROR_COUNT 14 macro