Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cruppstahl/upscaledb
/ functions
Functions
7,064 in github.com/cruppstahl/upscaledb
⨍
Functions
7,064
◇
Types & classes
898
↓ 2 callers
Method
MoveNext
<summary> Moves the Cursor to the next Database element </summary> <see cref="Cursor.Move" />
dotnet/upscaledb-dotnet/Cursor.cs:200
↓ 2 callers
Method
MovePrevious
()
dotnet/unittests/CursorTest.cs:127
↓ 2 callers
Method
Result
src/4uqi/result.h:44
↓ 2 callers
Method
TryFind
()
dotnet/unittests/CursorTest.cs:207
↓ 2 callers
Function
_insert_data
3rdparty/streamvbyte/streamvbyte.cc:159
↓ 2 callers
Method
aborting
!TBD We need to do this another way!
3rdparty/catch/catch.hpp:6060
↓ 2 callers
Method
addChild
3rdparty/catch/catch.hpp:5584
↓ 2 callers
Method
addCursor
Adds a cursor - used by Cursor.java
java/java/de/crupp/upscaledb/Database.java:396
↓ 2 callers
Method
addRef
3rdparty/catch/catch.hpp:543
↓ 2 callers
Function
addReporter
3rdparty/catch/catch.hpp:8496
↓ 2 callers
Method
add_block
Inserts a new block at the specified |position|
src/3btree/btree_zint32_block.h:1083
↓ 2 callers
Method
add_cursor
src/4db/db.cc:31
↓ 2 callers
Method
add_operations
win32/msvc2013/2protobuf/messages.pb.h:14543
↓ 2 callers
Method
add_param_names
win32/msvc2013/2protobuf/messages.pb.h:11915
↓ 2 callers
Method
add_param_values
win32/msvc2013/2protobuf/messages.pb.h:11945
↓ 2 callers
Method
add_ref
src/1base/ref_counted.h:41
↓ 2 callers
Method
add_to_freelist
Adds a chunk to the freelist. Will not do anything if the node is already full.
src/3btree/upfront_index.h:293
↓ 2 callers
Function
align16
src/3btree/btree_zint32_simdfor.h:68
↓ 2 callers
Method
allPassed
3rdparty/catch/catch.hpp:2205
↓ 2 callers
Method
allocFreeTest
unittests/device.cpp:67
↓ 2 callers
Method
allocPageTest
unittests/page_manager.cpp:79
↓ 2 callers
Function
alwaysTrue
3rdparty/catch/catch.hpp:400
↓ 2 callers
Method
append_txn_begin
src/3journal/journal.cc:706
↓ 2 callers
Function
are_records_equal
tools/ups_bench/main.cc:1132
↓ 2 callers
Method
at
src/5server/upsserver.h:75
↓ 2 callers
Method
autoCleanup2Test
unittests/env.cpp:133
↓ 2 callers
Method
autoCleanupTest
unittests/env.cpp:119
↓ 2 callers
Method
begin_cursor_handle
win32/msvc2013/2protobuf/messages.pb.h:15990
↓ 2 callers
Function
begin_temp_txn
src/4db/db_local.cc:86
↓ 2 callers
Method
block_count
Returns the block count
src/3btree/btree_zint32_block.h:1220
↓ 2 callers
Method
block_data
Returns the payload data of a block
src/3btree/btree_zint32_block.h:1209
↓ 2 callers
Function
block_size
returns the total block size
src/3btree/btree_zint32_simdcomp.h:82
↓ 2 callers
Method
bulkOperations
Performs bulk operations <p> This method wraps the native ups_db_bulk_operations function. <p> @param txn The transaction; can be null @param operatio
java/java/de/crupp/upscaledb/Database.java:295
↓ 2 callers
Function
calc_wlen4str
src/1os/os_win32.cc:86
↓ 2 callers
Method
change_range_size
Change the capacity; the capacity will be reduced, growing is not implemented. Which means that the data area must be copied; the offsets do not have
src/3btree/btree_records_duplicate.h:954
↓ 2 callers
Method
check_index_integrity
Checks the integrity of the key- and record-ranges. Throws an exception if there's a problem.
src/3btree/btree_impl_default.h:452
↓ 2 callers
Method
check_integrity
tools/ups_bench/database.cc:85
↓ 2 callers
Method
check_integrity
Checks the integrity of this node. Throws an exception if there is a violation.
src/3btree/btree_impl_default.h:129
↓ 2 callers
Function
check_recno_key
src/5upscaledb/upscaledb.cc:92
↓ 2 callers
Function
cleanUp
3rdparty/catch/catch.hpp:6738
↓ 2 callers
Function
clear_file
src/3journal/journal.cc:54
↓ 2 callers
Method
cloneTest
unittests/duplicates.cpp:1574
↓ 2 callers
Method
close
src/3journal/journal.cc:948
↓ 2 callers
Method
closeNoLock
()
java/java/de/crupp/upscaledb/Cursor.java:465
↓ 2 callers
Method
close_db
tools/ups_bench/database.cc:55
↓ 2 callers
Method
collapseRootTest
unittests/btree_erase.cpp:62
↓ 2 callers
Method
commit
Commits the Transaction <p> This method wraps the native ups_txn_commit function. <p> More information: <a href="http://files.upscaledb.com/documentat
java/java/de/crupp/upscaledb/Transaction.java:67
↓ 2 callers
Function
compare_keys
tools/ups_bench/upscaledb.cc:38
↓ 2 callers
Method
completeCycle
3rdparty/catch/catch.hpp:5520
↓ 2 callers
Method
completedCycle
3rdparty/catch/catch.hpp:5524
↓ 2 callers
Function
compress_sorted
3rdparty/libvbyte/vbyte.cc:419
↓ 2 callers
Function
compress_unsorted
3rdparty/libvbyte/vbyte.cc:392
↓ 2 callers
Method
compressed_length
Returns the maximum number of bytes that are required for compressing |length| bytes.
src/2compressor/compressor_lzf.h:46
↓ 2 callers
Function
compressed_size_sorted
3rdparty/libvbyte/vbyte.cc:364
↓ 2 callers
Function
compressed_size_unsorted
3rdparty/libvbyte/vbyte.cc:380
↓ 2 callers
Function
construct_db
python/src/python.cc:1078
↓ 2 callers
Function
consume_option_by_name
tools/getopts.cc:63
↓ 2 callers
Function
consume_option_by_name
tools/ups_bench/getopts.cc:63
↓ 2 callers
Function
copy_chunk
src/3blob_manager/blob_manager_disk.cc:223
↓ 2 callers
Function
copy_key
src/4db/db_local.cc:70
↓ 2 callers
Method
countIfTest
unittests/uqi.cpp:747
↓ 2 callers
Method
countTest
unittests/uqi.cpp:252
↓ 2 callers
Function
count_flushable_transactions
src/4txn/txn_local.cc:67
↓ 2 callers
Method
coupleUncoupleTest
unittests/duplicates.cpp:540
↓ 2 callers
Method
crc32
Returns the crc32
src/2page/page.h:235
↓ 2 callers
Method
create
3rdparty/catch/catch.hpp:6592
↓ 2 callers
Method
create
src/4env/env_local.cc:118
↓ 2 callers
Method
createAndOpenMultiDbTest
check to make sure create and open support accessing more than DB_MAX_INDICES DBs in one env:
unittests/env.cpp:207
↓ 2 callers
Method
createCloseOpenCloseTest
unittests/env.cpp:46
↓ 2 callers
Method
createCloseOpenCloseTest
unittests/recordnumber.cpp:62
↓ 2 callers
Method
createCloseOpenCloseWithDatabasesTest
unittests/env.cpp:54
↓ 2 callers
Method
createCloseTest
unittests/env.cpp:38
↓ 2 callers
Method
createDbWithKeysizeTest
unittests/env.cpp:194
↓ 2 callers
Method
createInsertCloseReopenCursorTest
unittests/recordnumber.cpp:112
↓ 2 callers
Method
createInsertCloseReopenTest
unittests/recordnumber.cpp:69
↓ 2 callers
Method
createInsertCloseReopenTwiceCursorTest
unittests/recordnumber.cpp:251
↓ 2 callers
Method
createInsertCloseReopenTwiceTest
unittests/recordnumber.cpp:219
↓ 2 callers
Method
createOpenEmptyTest
unittests/env.cpp:830
↓ 2 callers
Method
createPagesizeReopenTest
unittests/env.cpp:168
↓ 2 callers
Method
create_db
tools/ups_bench/database.cc:43
↓ 2 callers
Method
create_env
tools/ups_bench/database.cc:22
↓ 2 callers
Method
cursor_erase
tools/ups_bench/database.cc:122
↓ 2 callers
Method
cursor_find
tools/ups_bench/database.cc:128
↓ 2 callers
Method
cursor_get_previous
tools/ups_bench/database.cc:135
↓ 2 callers
Method
cursor_insert
tools/ups_bench/database.cc:115
↓ 2 callers
Function
db_dealloc
python/src/python.cc:76
↓ 2 callers
Function
dbg_snprintf
src/1base/error.cc:36
↓ 2 callers
Method
decrypt
* Decrypts |len| bytes of |ciphertext|, stores the decoded data in * |plaintext|. * * The input data length must be aligned to the aes block
src/2aes/aes.h:92
↓ 2 callers
Method
defaultCompareTest
unittests/db.cpp:56
↓ 2 callers
Method
del
Removes a page from the collection. Returns true if the page was removed, otherwise false (if the page was not in the list)
src/2page/page_collection.h:125
↓ 2 callers
Function
dictIndexOf
3rdparty/json/bencode.c:378
↓ 2 callers
Method
drop
src/4db/db_local.cc:1677
↓ 2 callers
Function
dump_database
tools/ups_dump.cc:196
↓ 2 callers
Method
duplicatePositionBtreeTest
unittests/cursor2.cpp:2255
↓ 2 callers
Method
emptyDatabaseTest
unittests/check.cpp:35
↓ 2 callers
Function
enable_largefile
src/1os/os_posix.cc:88
↓ 2 callers
Method
end_cursor_handle
win32/msvc2013/2protobuf/messages.pb.h:16014
↓ 2 callers
Function
entry_offset
Returns the offset (in bytes) of the member |m_data|
src/3btree/btree_node.h:77
↓ 2 callers
Method
erase
Erases a whole slot by shifting all larger records to the "left"
src/3btree/btree_records_default.h:204
↓ 2 callers
Method
erase
Erases a key, including extended blobs
src/3btree/btree_keys_varlen.h:202
← previous
next →
801–900 of 7,064, ranked by callers