Searched refs:vendorPrivHash (Results 1 – 1 of 1) sorted by relevance
51 static HashTable vendorPrivHash = NULL; variable65 disp = ht_find(vendorPrivHash, &vendorCode); in LookupVendorPrivDispatch()67 if ((disp = ht_add(vendorPrivHash, &vendorCode))) { in LookupVendorPrivDispatch()401 vendorPrivHash = ht_create(sizeof(CARD32), sizeof(GlxVendorPrivDispatch), in GlxDispatchInit()404 if (!vendorPrivHash) { in GlxDispatchInit()464 ht_destroy(vendorPrivHash); in GlxDispatchReset()465 vendorPrivHash = NULL; in GlxDispatchReset()