Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_common.c133 typedef struct htab_entry { struct
136 } htab_entry; typedef
138 static htab_entry *htab_table;
160 htab_table = calloc(HTAB_SIZE + 1, sizeof(htab_entry)); in htab_create()