Searched refs:oldKey (Results 1 - 22 of 22) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndex.h21 const uint8 *oldKey, size_t length) = 0;
H A DAttribute.cpp74 uint8 oldKey[kMaxIndexKeyLength]; local
76 GetKey(oldKey, &oldLength);
84 fIndex->Changed(this, oldKey, oldLength);
90 GetVolume()->UpdateLiveQueries(NULL, fNode, GetName(), fType, oldKey,
H A DAttributeIndexImpl.h20 const uint8 *oldKey, size_t oldLength);
H A DQuery.h45 const void* oldKey, size_t oldLength,
H A DQuery.cpp335 const void* oldKey, size_t oldLength, const void* newKey, size_t newLength)
337 fImpl->LiveUpdate(entry, node, attribute, type, (const uint8*)oldKey,
334 LiveUpdate(Entry* entry, Node* node, const char* attribute, int32 type, const void* oldKey, size_t oldLength, const void* newKey, size_t newLength) argument
H A DVolume.cpp639 uint8 oldKey[kMaxIndexKeyLength]; local
641 attribute->GetKey(oldKey, &oldLength);
643 attribute->GetType(), oldKey, oldLength, NULL, 0);
708 int32 type, const uint8 *oldKey, size_t oldLength, const uint8 *newKey,
716 query->LiveUpdate(entry, node, attribute, type, oldKey, oldLength,
707 UpdateLiveQueries(Entry *entry, Node* node, const char *attribute, int32 type, const uint8 *oldKey, size_t oldLength, const uint8 *newKey, size_t newLength) argument
H A DAttributeIndexImpl.cpp237 AttributeIndexImpl::Changed(Attribute *attribute, const uint8 *oldKey, argument
247 PrimaryKey(attribute, oldKey, oldLength), attribute, &it);
H A DVolume.h152 int32 type, const uint8 *oldKey, size_t oldLength,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp213 /*! Updates the specified index, the oldKey will be removed from, the newKey
221 const uint8* oldKey, uint16 oldLength, const uint8* newKey,
225 || (oldKey == NULL && newKey == NULL)
226 || (oldKey != NULL && oldLength == 0)
241 oldKey, oldLength, newKey, newLength)) {
246 fVolume->UpdateLiveQueries(inode, name, type, oldKey, oldLength,
263 if (oldKey != NULL) {
264 status = tree->Remove(transaction, (const uint8*)oldKey, oldLength,
220 Update(Transaction& transaction, const char* name, int32 type, const uint8* oldKey, uint16 oldLength, const uint8* newKey, uint16 newLength, Inode* inode) argument
H A DIndex.h33 int32 type, const uint8* oldKey,
H A DQuery.h56 int32 type, const uint8* oldKey,
H A DVolume.h132 const uint8* oldKey, size_t oldLength,
H A DVolume.cpp411 const uint8* oldKey, size_t oldLength, const uint8* newKey,
419 query->LiveUpdate(inode, attribute, type, oldKey, oldLength, newKey,
410 UpdateLiveQueries(Inode* inode, const char* attribute, int32 type, const uint8* oldKey, size_t oldLength, const uint8* newKey, size_t newLength) argument
H A DQuery.cpp1361 const uint8* oldKey, size_t oldLength, const uint8* newKey,
1370 oldKey, oldLength);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.h37 const void* oldKey, size_t oldLength,
H A DQuery.cpp280 const void* oldKey, size_t oldLength, const void* newKey, size_t newLength)
282 fImpl->LiveUpdate(node, node, attribute, type, (const uint8*)oldKey,
279 LiveUpdate(Node* node, const char* attribute, int32 type, const void* oldKey, size_t oldLength, const void* newKey, size_t newLength) argument
/haiku/headers/private/kernel/util/
H A DHeap.h214 Key oldKey = link->fKey; local
217 if (sCompare(newKey, oldKey))
219 else if (sCompare(oldKey, newKey))
H A DMinMaxHeap.h235 Key oldKey = link->fKey; local
238 if (!sCompare(newKey, oldKey) && !sCompare(oldKey, newKey))
241 if (sCompare(newKey, oldKey) ^ !link->fMinTree)
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp563 int32 oldKey = CoreLoadHeap::GetKey(this); local
565 ASSERT(oldKey >= 0);
568 if (oldKey == newKey)
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h86 const void* oldKey, size_t oldLength,
H A DVolume.cpp620 const void* oldKey, size_t oldLength, const void* newKey,
625 query->LiveUpdate(node, attribute, type, oldKey, oldLength, newKey,
619 UpdateLiveQueries(Node* node, const char* attribute, int32 type, const void* oldKey, size_t oldLength, const void* newKey, size_t newLength) argument
/haiku/headers/private/file_systems/
H A DQueryParser.h144 const uint8* oldKey, size_t oldLength,
1448 int32 type, const uint8* oldKey, size_t oldLength, const uint8* newKey,
1462 LiveUpdate(entry, node, attribute, type, oldKey, oldLength, newKey,
1470 type, oldKey, oldLength);

Completed in 234 milliseconds