Searched refs:htab_table (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c454 htab_entry* htab_table = NULL; variable
479 if (htab_table != NULL) {
496 htab_table = (htab_entry*) calloc(htab_size + 1, sizeof(htab_entry));
497 if (htab_table == NULL) {
509 if (htab_table == NULL) {
514 if (htab_table[i].used) {
515 safe_free(htab_table[i].str);
519 safe_free(htab_table);
555 if (htab_table[idx].used) {
556 if ( (htab_table[id
[all...]

Completed in 172 milliseconds