Searched defs:newLength (Results 1 - 24 of 24) sorted by relevance

/haiku/src/kits/shared/
H A DHashString.cpp70 HashString::Truncate(int32 newLength) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DString.cpp68 String::Truncate(int32 newLength) argument
/haiku/src/bin/
H A Dlogger.cpp178 int32 newLength = length + strlen(argv[i]) + 1; local
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DString.h124 String::Truncate(int32 newLength) argument
H A DAttribute.cpp88 size_t newLength = kMaxIndexKeyLength; local
H A DVolume.cpp707 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 DQuery.cpp334 LiveUpdate(Entry* entry, Node* node, const char* attribute, int32 type, const void* oldKey, size_t oldLength, const void* newKey, size_t newLength) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp305 uint16 newLength = newName != NULL ? strlen(newName) : 0; local
220 Update(Transaction& transaction, const char* name, int32 type, const uint8* oldKey, uint16 oldLength, const uint8* newKey, uint16 newLength, Inode* inode) argument
H A DVolume.cpp432 size_t newLength = strlen(newName); local
410 UpdateLiveQueries(Inode* inode, const char* attribute, int32 type, const uint8* oldKey, size_t oldLength, const uint8* newKey, size_t newLength) argument
H A DBPlusTree.cpp1527 uint16 newLength = 0; local
[all...]
/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.cpp386 int32 newLength = fTextLength + charLen; local
/haiku/src/kits/locale/
H A DHashMapCatalog.cpp157 int newLength = 0; local
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBitmapBlock.cpp401 uint32 newLength = endPos - startPos; local
433 uint32 newLength = (index - startIndex - 1) << 5; local
473 uint32 newLength local
[all...]
H A DDirectoryIterator.cpp269 uint16 newLength; local
447 _AllocateBestEntryInBlock(uint8 nameLength, uint16& pos, uint16& newLength) argument
505 _AddEntry(Transaction& transaction, const char* name, uint8 nameLength, ino_t id, uint8 type, uint16 newLength, uint16 pos, bool hasPrevious) argument
662 uint16 newLength = EXT2_DIR_REC_LEN(nameLength); local
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DQuery.cpp279 LiveUpdate(Node* node, const char* attribute, int32 type, const void* oldKey, size_t oldLength, const void* newKey, size_t newLength) argument
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660_identify.cpp198 _SetString(char **string, const char *newString, uint32 newLength) argument
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp278 int32 newLength = strlen(name) + (nameData == NULL ? sizeof(small_data) + 5 : 0); local
/haiku/src/kits/mail/
H A Dmail_util.cpp1166 int newLength = p2 - p1; local
/haiku/src/build/libbe/app/
H A DMessage.cpp670 int32 newLength = strlen(newEntry) + 1; local
/haiku/src/kits/support/
H A DString.cpp833 BString::Truncate(int32 newLength, bool lazy) argument
2594 int32 newLength = length + count; local
2681 int32 newLength = length + count * (withLength - searchLength); local
[all...]
/haiku/src/kits/app/
H A DMessage.cpp806 int32 newLength = strlen(newEntry) + 1; local
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp619 UpdateLiveQueries(Node* node, const char* attribute, int32 type, const void* oldKey, size_t oldLength, const void* newKey, size_t newLength) argument
/haiku/src/system/boot/loader/
H A Dmenu.cpp884 bool _Resize(size_t newLength) argument
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp813 size_t newLength = length; local
1192 size_t newLength = fStat.st_size - buffer->position; local
[all...]

Completed in 305 milliseconds