Searched refs:ht_add (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | hashtabletest.c | 41 dest = ht_add(h, &id); in test1() 98 ht_add(h, &id); in test2() 139 if (!ht_add(h, "helo") || in test3() 140 !ht_add(h, "wrld")) { in test3()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | hashtable.h | 78 extern _X_EXPORT void *ht_add(HashTable ht, const void *key);
|
| H A D | xres.c | 689 p = ht_add(ctx->visitedSubResources, &value); in AddSubResourceSizeSpec() 759 ok = ok && ht_add(ctx->visitedResources, &id); in AddResourceSizeValue()
|
| H A D | hashtable.c | 124 ht_add(HashTable ht, const void *key) in ht_add() function
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vndcmds.c | 67 if ((disp = ht_add(vendorPrivHash, &vendorCode))) { in LookupVendorPrivDispatch()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 6754 /home/lyudess/Projects/xserver/glx/vndcmds.c:67: undefined reference to `ht_add' 76399 keys with ht_add, they will be copied into the hash and a pointer to
|