Searched refs:oldLength (Results 1 - 25 of 27) sorted by relevance

12

/haiku/src/kits/debugger/types/
H A DArrayIndexPath.cpp80 int32 oldLength = path.Length(); local
81 if (path.Append(kIndexSeparator, 1).Length() != oldLength + 1)
86 int32 oldLength = path.Length(); local
87 if ((path << IndexAt(i)).Length() == oldLength)
/haiku/src/system/boot/loader/
H A DPathBlocklist.cpp60 size_t oldLength = fLength;
65 if (oldLength > 0)
66 fPath[oldLength++] = '/';
67 memcpy(fPath + oldLength, component, componentLength);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.cpp75 size_t oldLength = kMaxIndexKeyLength; local
76 GetKey(oldKey, &oldLength);
84 fIndex->Changed(this, oldKey, oldLength);
91 oldLength, newKey, newLength);
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)
338 oldLength, (const uint8*)newKey, newLength);
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.cpp640 size_t oldLength; 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.cpp238 size_t oldLength)
247 PrimaryKey(attribute, oldKey, oldLength), attribute, &it);
237 Changed(Attribute *attribute, const uint8 *oldKey, size_t oldLength) argument
H A DVolume.h152 int32 type, const uint8 *oldKey, size_t oldLength,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.h57 size_t oldLength, const uint8* newKey,
61 size_t oldLength, ino_t newDirectoryID,
H A DIndex.cpp221 const uint8* oldKey, uint16 oldLength, const uint8* newKey,
226 || (oldKey != NULL && oldLength == 0)
237 if (oldLength == 0) {
241 oldKey, oldLength, newKey, newLength)) {
246 fVolume->UpdateLiveQueries(inode, name, type, oldKey, oldLength,
264 status = tree->Remove(transaction, (const uint8*)oldKey, oldLength,
304 uint16 oldLength = oldName != NULL ? strlen(oldName) : 0; local
307 oldLength, (uint8*)newName, newLength, inode);
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.h34 uint16 oldLength, const uint8* newKey,
H A DVolume.cpp411 const uint8* oldKey, size_t oldLength, const uint8* newKey,
419 query->LiveUpdate(inode, attribute, type, oldKey, oldLength, newKey,
431 size_t oldLength = strlen(oldName); local
437 query->LiveUpdateRenameMove(inode, oldDirectoryID, oldName, oldLength,
410 UpdateLiveQueries(Inode* inode, const char* attribute, int32 type, const uint8* oldKey, size_t oldLength, const uint8* newKey, size_t newLength) argument
H A DInode.cpp1103 size_t oldLength = 0; local
1132 oldLength = smallData->DataSize();
1133 if (oldLength > 0) {
1134 if (oldLength > MAX_INDEX_KEY_LENGTH)
1135 oldLength = MAX_INDEX_KEY_LENGTH;
1136 memcpy(oldData = oldBuffer, smallData->Data(), oldLength);
1175 // Save the old attribute data (if this fails, oldLength will
1181 oldLength = MAX_INDEX_KEY_LENGTH;
1182 if (attribute->ReadAt(0, oldBuffer, &oldLength) == B_OK)
1191 oldLength
[all...]
H A DVolume.h132 const uint8* oldKey, size_t oldLength,
H A DQuery.cpp1361 const uint8* oldKey, size_t oldLength, const uint8* newKey,
1370 oldKey, oldLength);
1423 const char* oldName, size_t oldLength, ino_t newDirectoryID,
1432 B_STRING_TYPE, (const uint8*)oldName, 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)
283 oldLength, (const uint8*)newKey, newLength);
279 LiveUpdate(Node* node, const char* attribute, int32 type, const void* oldKey, size_t oldLength, const void* newKey, size_t newLength) argument
/haiku/src/kits/media/experimental/
H A DAdapterIO.cpp50 size_t oldLength)
56 if (relative > (off_t)oldLength)
59 oldLength - relative);
49 FlushBefore(off_t position, BPositionIO* buffer, const void* oldBuffer, size_t oldLength) argument
/haiku/src/kits/support/
H A DString.cpp599 int32 oldLength = Length(); local
601 memset(fPrivateData + oldLength, c, count);
2415 int32 oldLength = Length(); local
2421 oldLength - offset);
2422 return _Resize(oldLength + length);
2429 int32 oldLength = Length(); local
2434 oldLength - offset - length);
2435 return _Resize(oldLength - length);
2468 int32 oldLength = Length(); local
2469 if (_MakeWritable(oldLength
2481 int32 oldLength = Length(); local
2495 int32 oldLength = Length(); local
[all...]
/haiku/src/kits/debugger/elf/
H A DElfSymbolLookup.cpp288 int32 oldLength = _string.Length(); local
290 if (_string.Length() <= oldLength)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp700 uint16 oldLength = dirEntry->Length(); local
701 dirEntry = (ext2_dir_entry*)&firstBlock[displacement - oldLength];
702 dirEntry->SetLength(maxSize - displacement + oldLength);
796 oldLength = dirEntry->Length();
797 dirEntry = (ext2_dir_entry*)&secondBlock[displacement - oldLength];
798 dirEntry->SetLength(maxSize - displacement + oldLength);
/haiku/headers/private/file_systems/
H A DQueryParser.h144 const uint8* oldKey, size_t oldLength,
148 size_t oldLength, ino_t newDirectoryID,
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);
1517 ino_t oldDirectoryID, const char* oldName, size_t oldLength,
1526 B_STRING_TYPE, (const uint8*)oldName, oldLength);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.h86 const void* oldKey, size_t oldLength,
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp277 int32 oldLength = nameData == NULL ? 0 : nameData->data_size; local
280 if ((addr_t)data + newLength - oldLength >= (addr_t)(fInode

Completed in 136 milliseconds

12