Symbol: _Insert
headers/private/kernel/util/AVLTreeBase.h
89
int _Insert(AVLTreeNode* nodeToInsert);
headers/private/util/MultiHashTable.h
134
void _Insert(ValueType **table, size_t tableSize, ValueType *value)
headers/private/util/MultiHashTable.h
169
_Insert(newTable, newSize, bucket);
headers/private/util/MultiHashTable.h
56
_Insert(HashTable::fTable, HashTable::fTableSize, value);
headers/private/util/OpenHashTable.h
197
_Insert(fTable, fTableSize, value);
headers/private/util/OpenHashTable.h
426
void _Insert(ValueType** table, size_t tableSize, ValueType* value)
headers/private/util/OpenHashTable.h
455
_Insert(newTable, newSize, bucket);
src/add-ons/kernel/bus_managers/agp_gart/agp_gart.cpp
145
status_t _Insert(aperture_memory *memory, size_t size, size_t alignment,
src/add-ons/kernel/bus_managers/agp_gart/agp_gart.cpp
473
status_t status = _Insert(memory, size, alignment, flags);
src/add-ons/kernel/file_systems/nfs4/RPCServer.cpp
408
ServerNode* nd = _Insert(node);
src/add-ons/kernel/file_systems/nfs4/RPCServer.h
191
ServerNode* _Insert(ServerNode* node);
src/apps/haikudepot/textview/TextDocument.cpp
156
ret = _Insert(textOffset, document, firstParagraph, paragraphCount);
src/apps/haikudepot/textview/TextDocument.h
98
status_t _Insert(int32 textOffset,
src/system/kernel/util/AVLTreeBase.cpp
202
int result = _Insert(nodeToInsert);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
141
chunk = _Insert((void*)chunk->NextAddress(), add);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
210
FreeChunk* freedChunk = _Insert(_address, size);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
343
allocated = _Insert((void*)oldTop, allocate);
src/system/libroot/posix/malloc/openbsd/PagesAllocator.cpp
370
allocated = _Insert((void*)newAreaBase, allocate);
src/tools/fs_shell/OpenHashTable.h
197
_Insert(fTable, fTableSize, value);
src/tools/fs_shell/OpenHashTable.h
426
void _Insert(ValueType** table, size_t tableSize, ValueType* value)
src/tools/fs_shell/OpenHashTable.h
455
_Insert(newTable, newSize, bucket);