HomeSort by relevance Sort by last modified time
    Searched refs:HASH_TOMBSTONE (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/minzip/
Hash.c 84 if (pEnt->data == HASH_TOMBSTONE) {
120 if (pHashTable->pEntries[i].data == HASH_TOMBSTONE)
151 if (data != NULL && data != HASH_TOMBSTONE) {
187 assert(item != HASH_TOMBSTONE);
194 if (pEntry->data != HASH_TOMBSTONE &&
268 pEntry->data = HASH_TOMBSTONE;
299 if (pEnt->data != NULL && pEnt->data != HASH_TOMBSTONE) {
323 assert(item != HASH_TOMBSTONE);
330 if (pEntry->data != HASH_TOMBSTONE &&
Hash.h 42 * value for "data" indicates an empty slot, and HASH_TOMBSTONE indicates
54 #define HASH_TOMBSTONE ((void*) 0xcbcacccd) // invalid ptr value
157 if (data != NULL && data != HASH_TOMBSTONE)

Completed in 138 milliseconds