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

/xsrc/external/mit/libdrm/dist/
H A Dxf86drm.c723 entry->tagTable = drmHashCreate();
1752 drmHashDestroy(entry->tagTable);
1755 entry->tagTable = NULL;
2821 if (drmHashInsert(entry->tagTable, context, tag)) {
2822 drmHashDelete(entry->tagTable, context);
2823 drmHashInsert(entry->tagTable, context, tag);
2832 return drmHashDelete(entry->tagTable, context);
2840 if (drmHashLookup(entry->tagTable, context, &value))
H A Dxf86drm.h134 void *tagTable; member in struct:drmHashEntry

Completed in 9 milliseconds