Go to the source code of this file.
|
| void | DSInitHTable (DSHashTable *hTable, u16 size, DSList *listArray, DSHashFunc *hashFunc, Ptr obj, DSLinkPtr link) |
| |
| void | DSInsertHTableObj (DSHashTable *hTable, Ptr obj) |
| |
| void | DSHTableToList (DSHashTable *hTable, DSList *list) |
| |
| void * | DSNextHTableObj (DSHashTable *hTable, Ptr obj) |
| |
| s32 | DSHTableIndex (DSHashTable *hTable, Ptr obj) |
| |
| void * | DSHTableHead (DSHashTable *hTable, s32 index) |
| |
◆ DSHashFunc
◆ DSHTableHead()
◆ DSHTableIndex()
◆ DSHTableToList()
◆ DSInitHTable()
◆ DSInsertHTableObj()
◆ DSNextHTableObj()