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
↓ 5 callers
Function
simdmaxbitsd1
maxbit over 128 integers (SIMDBlockSize) with provided initial value */
3rdparty/simdcomp/src/simdcomputil.c:162
↓ 5 callers
Function
simdunpackd1
3rdparty/simdcomp/src/simdintegratedbitpacking.c:24640
↓ 5 callers
Function
testJSONSnippet
3rdparty/json/bencode-test.c:318
↓ 5 callers
Function
tr_bencDictAdd
3rdparty/json/bencode.c:711
↓ 5 callers
Function
tr_bencDictFindStr
3rdparty/json/bencode.c:536
↓ 5 callers
Function
tr_bencIsInt
3rdparty/json/bencode.h:207
↓ 5 callers
Function
tr_bencIsString
3rdparty/json/bencode.h:210
↓ 5 callers
Function
tr_bencParseStr
* Byte strings are encoded as follows: * <string length encoded in base ten ASCII>:<string data> * Note that there is no constant beginning delimite
3rdparty/json/bencode.c:119
↓ 5 callers
Function
ups_srv_add_env
src/5server/upsserver.cc:2067
↓ 5 callers
Function
ups_srv_init
src/5server/upsserver.cc:2044
↓ 5 callers
Function
uqi_result_get_key_type
src/4uqi/uqi.cc:44
↓ 5 callers
Method
version
Returns byte |i| of the 'version'-header
src/4env/env_header.h:109
↓ 5 callers
Method
what
3rdparty/catch/catch.hpp:6764
↓ 4 callers
Method
Clone
()
dotnet/unittests/CursorTest.cs:65
↓ 4 callers
Function
Datum_Type_IsValid
win32/msvc2013/export.pb.cc:72
↓ 4 callers
Method
Find
<summary> Searches a key and points the Cursor to this key; returns the record of the key </summary>
dotnet/upscaledb-dotnet/Cursor.cs:332
↓ 4 callers
Method
InitAsDefaultInstance
win32/msvc2013/export.pb.cc:104
↓ 4 callers
Method
Insert
<summary> Inserts a Database item and points the Cursor to the new item </summary> <remarks> This is an overloaded function for Insert(key, record, 0)
dotnet/upscaledb-dotnet/Cursor.cs:463
↓ 4 callers
Method
SetCompareFunc
<summary> Sets the comparison function </summary> <remarks> This method wraps the native ups_db_set_compare_func function.<br /> <br /> The <see cref=
dotnet/upscaledb-dotnet/Database.cs:214
↓ 4 callers
Function
_encoded_length
3rdparty/streamvbyte/streamvbyte.cc:46
↓ 4 callers
Method
abort
Aborts the Transaction <p> This method wraps the native ups_txn_abort function. <p> More information: <a href="http://files.upscaledb.com/documentatio
java/java/de/crupp/upscaledb/Transaction.java:50
↓ 4 callers
Function
add_to_changeset
src/3page_manager/page_manager.cc:115
↓ 4 callers
Method
adjustString
3rdparty/catch/catch.hpp:1050
↓ 4 callers
Method
alloc
src/3page_manager/page_manager.cc:437
↓ 4 callers
Method
alloc_multiple_blob_pages
src/3page_manager/page_manager.cc:444
↓ 4 callers
Method
append_txn_commit
src/3journal/journal.cc:732
↓ 4 callers
Method
btree_index
unittests/fixture.hpp:575
↓ 4 callers
Method
cache_size
win32/msvc2013/2protobuf/messages.pb.h:11324
↓ 4 callers
Method
clear
Resets the page
src/3btree/upfront_index.h:576
↓ 4 callers
Method
cloneTest
unittests/btree_cursor.cpp:64
↓ 4 callers
Method
close
Closes the Cursor <p> This method wraps the native ups_cursor_close function. <p> Closes this Cursor and frees allocated memory. All Cursors should be
java/java/de/crupp/upscaledb/Cursor.java:456
↓ 4 callers
Method
close_env
tools/ups_bench/database.cc:36
↓ 4 callers
Function
compress
compresses data from datain to buffer, returns how many bytes written */
3rdparty/simdcomp/example.c:7
↓ 4 callers
Method
couplingTest
unittests/btree_cursor.cpp:238
↓ 4 callers
Method
create
Allocates and fills the table; returns the new table id. Can allocate empty tables (required for testing purposes). The initial capacity of the table
src/3btree/btree_records_duplicate.h:101
↓ 4 callers
Method
create
Creates a new Cursor <p> This method wraps the native ups_cursor_create function. <p> Creates a new Database Cursor. Cursors can be used to traverse t
java/java/de/crupp/upscaledb/Cursor.java:93
↓ 4 callers
Method
createBadKeysizeTest
unittests/recordnumber.cpp:342
↓ 4 callers
Method
createCloseTest
unittests/btree_cursor.cpp:57
↓ 4 callers
Method
createCloseTest
unittests/recordnumber.cpp:58
↓ 4 callers
Method
createInsertCloseCursorTest
unittests/recordnumber.cpp:196
↓ 4 callers
Method
createInsertCloseTest
unittests/recordnumber.cpp:145
↓ 4 callers
Method
createInsertManyCloseTest
unittests/recordnumber.cpp:163
↓ 4 callers
Method
cursorGetErasedItemTest
unittests/btree_cursor.cpp:215
↓ 4 callers
Method
db
Returns the database which manages this page; can be NULL if this page belongs to the Environment (i.e. for freelist-pages)
src/2page/page.h:205
↓ 4 callers
Method
disown
src/1base/dynamic_array.h:140
↓ 4 callers
Function
endsWith
3rdparty/catch/catch.hpp:7740
↓ 4 callers
Method
envTest
unittests/recordnumber.cpp:360
↓ 4 callers
Method
env_flags
win32/msvc2013/2protobuf/messages.pb.h:11134
↓ 4 callers
Method
eraseExtendedTest
unittests/btree_default.cpp:182
↓ 4 callers
Function
error
tools/ups_import.cc:60
↓ 4 callers
Function
error
unittests/issue43.cc:72
↓ 4 callers
Method
filemode
win32/msvc2013/2protobuf/messages.pb.h:11420
↓ 4 callers
Method
flush
src/4env/env_local.cc:360
↓ 4 callers
Function
flush_committed_txns_impl
src/4txn/txn_local.cc:90
↓ 4 callers
Function
generate_input
3rdparty/libfor/test.c:56
↓ 4 callers
Method
getElapsedSeconds
3rdparty/catch/catch.hpp:7723
↓ 4 callers
Method
getExpandedExpression
3rdparty/catch/catch.hpp:7281
↓ 4 callers
Function
getNode
3rdparty/json/bencode.c:180
↓ 4 callers
Method
get_metrics
tools/ups_bench/main.cc:1005
↓ 4 callers
Function
get_txn
Returns a pointer to a Txn object.
src/3journal/journal.cc:241
↓ 4 callers
Method
grow_block_size
Grows a block's size to |new_size| bytes
src/3btree/btree_zint32_block.h:640
↓ 4 callers
Method
has_dbname
required uint32 dbname = 2;
win32/msvc2013/2protobuf/messages.pb.h:11853
↓ 4 callers
Method
increase_vacuumize_counter
Increases the "vacuumize-counter", which is an indicator whether rearranging the node makes sense
src/3btree/upfront_index.h:223
↓ 4 callers
Method
initialize
src/4txn/txn_local.cc:127
↓ 4 callers
Method
insertBadKeyCursorTest
unittests/recordnumber.cpp:315
↓ 4 callers
Method
insertBadKeyTest
unittests/recordnumber.cpp:294
↓ 4 callers
Method
invalidate_next_offset
Invalidates the cached "next offset". In some cases it's necessary that the caller forces a re-evaluation of the next offset. Although i *think* that
src/3btree/upfront_index.h:550
↓ 4 callers
Function
isLegalUTF8
3rdparty/json/ConvertUTF.c:297
↓ 4 callers
Function
is_avx_available
3rdparty/libvbyte/vbyte.cc:62
↓ 4 callers
Function
key_data
Returns a pointer to the key data
src/3journal/journal_entries.h:112
↓ 4 callers
Method
key_size
win32/msvc2013/export.pb.cc:1484
↓ 4 callers
Method
key_type
win32/msvc2013/export.pb.h:955
↓ 4 callers
Method
keys_per_page
win32/msvc2013/2protobuf/messages.pb.h:12704
↓ 4 callers
Method
linkedListReverseCloseTest
unittests/btree_cursor.cpp:192
↓ 4 callers
Method
linkedListTest
unittests/btree_cursor.cpp:170
↓ 4 callers
Function
makeroom
3rdparty/json/bencode.c:157
↓ 4 callers
Method
matches
3rdparty/catch/catch.hpp:3229
↓ 4 callers
Method
max_databases
win32/msvc2013/export.pb.cc:1010
↓ 4 callers
Function
minasint
3rdparty/simdcomp/src/simdcomputil.c:52
↓ 4 callers
Method
moveSplitTest
unittests/btree_cursor.cpp:94
↓ 4 callers
Method
moveTest
unittests/btree_cursor.cpp:150
↓ 4 callers
Method
mutable_connect_reply
win32/msvc2013/2protobuf/messages.pb.h:8289
↓ 4 callers
Method
mutable_cursor_move_request
win32/msvc2013/2protobuf/messages.pb.h:10854
↓ 4 callers
Method
mutable_db_bulk_operations_request
win32/msvc2013/2protobuf/messages.pb.h:9954
↓ 4 callers
Method
mutable_env_rename_request
win32/msvc2013/2protobuf/messages.pb.h:8424
↓ 4 callers
Method
mutable_unknown_fields
win32/msvc2013/export.pb.h:506
↓ 4 callers
Method
name
win32/msvc2013/export.pb.cc:1436
↓ 4 callers
Method
name
win32/msvc2013/export.pb.h:883
↓ 4 callers
Method
newname
win32/msvc2013/2protobuf/messages.pb.h:11682
↓ 4 callers
Method
next
Returns the next page in a linked list
src/2page/page.h:344
↓ 4 callers
Method
oldname
win32/msvc2013/2protobuf/messages.pb.h:11658
↓ 4 callers
Method
overwriteCursorTest
unittests/recordnumber.cpp:417
↓ 4 callers
Method
overwriteTest
unittests/btree_cursor.cpp:76
↓ 4 callers
Method
overwriteTest
unittests/recordnumber.cpp:385
↓ 4 callers
Method
page_manager_blobid
Returns the PageManager's blob id
src/4env/env_header.h:143
↓ 4 callers
Method
page_size
win32/msvc2013/export.pb.cc:986
↓ 4 callers
Method
param_values
win32/msvc2013/2protobuf/messages.pb.h:11937
↓ 4 callers
Function
parse_parameters
python/src/python.cc:107
↓ 4 callers
Function
performOptionalSelector
3rdparty/catch/catch.hpp:1519
↓ 4 callers
Method
points_to
src/3btree/btree_cursor.cc:467
← previous
next →
501–600 of 7,064, ranked by callers