Searched refs:ht_find (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | hashtabletest.c | 53 int* v = ht_find(h, &id); 103 if (!ht_find(h, &id)) { 111 if (ht_find(h, &id)) { 144 if (!ht_find(h, "helo") || 145 !ht_find(h, "wrld")) {
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | hashtable.h | 96 extern _X_EXPORT void *ht_find(HashTable ht, const void *key);
|
| H A D | hashtable.c | 189 ht_find(HashTable ht, const void *key) function in typeref:typename:void *
|
| H A D | xres.c | 681 ht_find(ctx->visitedSubResources, &value); 741 !ht_find(ctx->visitedResources, &id)) {
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | vndcmds.c | 65 disp = ht_find(vendorPrivHash, &vendorCode);
|
Completed in 6 milliseconds