Searched refs:LIBUSB_ERROR_COUNT (Results 1 – 2 of 2) sorted by relevance
52 … const char * const usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = {146 static const char * const (*usbi_error_strings)[LIBUSB_ERROR_COUNT] = &usbi_localized_errors[0];217 if (errcode_index < 0 || errcode_index >= LIBUSB_ERROR_COUNT) { in libusb_strerror()219 errcode_index = LIBUSB_ERROR_COUNT - 1; in libusb_strerror()
1095 #define LIBUSB_ERROR_COUNT 14 macro