Searched refs:searchLength (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/compatibility/gnu/
H A Dstring.h20 const void *search, size_t searchLength);
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp583 uint16 searchLength; local
584 uint8 *searchKey = node->KeyAt(i,&searchLength);
586 int32 cmp = CompareKeys(key,keyLength,searchKey,searchLength);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1065 uint16 searchLength = 0; local
1066 uint8* searchKey = node->KeyAt(i, &searchLength);
1067 if (searchKey + searchLength + sizeof(off_t) + sizeof(uint16)
1069 || searchLength > BPLUSTREE_MAX_KEY_LENGTH) {
1076 int32 cmp = _CompareKeys(key, keyLength, searchKey, searchLength);
/haiku/headers/os/support/
H A DString.h418 int32 searchLength, const char* with,
/haiku/src/kits/support/
H A DString.cpp2676 BString::_ReplaceAtPositions(const PosVect* positions, int32 searchLength, argument
2681 int32 newLength = length + count * (withLength - searchLength);
2704 oldString += searchLength;
2706 lastPos = pos + searchLength;

Completed in 53 milliseconds