Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_nt_common.c123 typedef struct htab_entry { struct
126 } htab_entry; typedef
128 static htab_entry *htab_table = NULL;
171 htab_table = calloc(htab_size + 1, sizeof(htab_entry)); in htab_create()