Home | History | Annotate | Download | only in libdrm

Lines Matching refs:tagTable

215         entry->tagTable = drmHashCreate();
1240 drmHashDestroy(entry->tagTable);
1243 entry->tagTable = NULL;
2297 if (drmHashInsert(entry->tagTable, context, tag)) {
2298 drmHashDelete(entry->tagTable, context);
2299 drmHashInsert(entry->tagTable, context, tag);
2308 return drmHashDelete(entry->tagTable, context);
2316 if (drmHashLookup(entry->tagTable, context, &value))