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
↓ 3 callers
Method
insertFindMultipleCursorsTest
unittests/cursor1.cpp:135
↓ 3 callers
Method
insertFindTest
unittests/cursor1.cpp:122
↓ 3 callers
Function
insert_impl
The actual implementation of insert()
src/4db/db_local.cc:1041
↓ 3 callers
Method
isComplete
3rdparty/catch/catch.hpp:5571
↓ 3 callers
Function
isContainer
3rdparty/json/bencode.c:43
↓ 3 callers
Function
isOk
3rdparty/catch/catch.hpp:794
↓ 3 callers
Function
isSomething
3rdparty/json/bencode.c:49
↓ 3 callers
Method
is_allocated
Returns true if the page's buffer was allocated with malloc
src/2page/page.h:290
↓ 3 callers
Function
is_leaf
Returns true if this btree node is a leaf node
src/3btree/btree_node.h:132
↓ 3 callers
Method
is_open
Returns true if the database is currently open
tools/ups_bench/upscaledb.h:48
↓ 3 callers
Method
is_without_header
Returns true if the page has no persistent header
src/2page/page.h:295
↓ 3 callers
Method
key_type
win32/msvc2013/export.pb.cc:1508
↓ 3 callers
Method
keycount
win32/msvc2013/2protobuf/messages.pb.h:13372
↓ 3 callers
Method
ldb
unittests/fixture.hpp:571
↓ 3 callers
Function
lenv
Returns the LocalEnv instance
src/4cursor/cursor_local.cc:39
↓ 3 callers
Function
lock_exclusive
src/1os/os_posix.cc:60
↓ 3 callers
Function
log_file_path
src/3journal/journal.cc:67
↓ 3 callers
Function
lowlevel_block_func
3rdparty/libfor/test.c:149
↓ 3 callers
Function
mark_header_page_dirty
Sets the dirty-flag of the header page and adds the header page to the Changeset (if recovery is enabled)
src/4env/env_local.cc:109
↓ 3 callers
Method
match
3rdparty/catch/catch.hpp:925
↓ 3 callers
Method
mmap
src/1os/os_win32.cc:108
↓ 3 callers
Method
moveNext
3rdparty/catch/catch.hpp:5724
↓ 3 callers
Method
move_from
src/4uqi/result.h:61
↓ 3 callers
Method
multipleAllocFreeTest
unittests/page.cpp:37
↓ 3 callers
Method
mutable_cursor_move_reply
win32/msvc2013/2protobuf/messages.pb.h:10899
↓ 3 callers
Method
mutable_db_find_reply
win32/msvc2013/2protobuf/messages.pb.h:9909
↓ 3 callers
Method
mutable_db_get_parameters_request
win32/msvc2013/2protobuf/messages.pb.h:9144
↓ 3 callers
Method
mutable_env_create_db_reply
win32/msvc2013/2protobuf/messages.pb.h:8829
↓ 3 callers
Method
mutable_env_erase_db_request
win32/msvc2013/2protobuf/messages.pb.h:8964
↓ 3 callers
Method
mutable_env_get_parameters_request
win32/msvc2013/2protobuf/messages.pb.h:8514
↓ 3 callers
Method
mutable_env_open_db_reply
win32/msvc2013/2protobuf/messages.pb.h:8919
↓ 3 callers
Method
nilCursorTest
unittests/cursor1.cpp:166
↓ 3 callers
Function
nodeNew
3rdparty/json/bencode.c:953
↓ 3 callers
Method
open
3rdparty/catch/catch.hpp:5606
↓ 3 callers
Method
open_env
tools/ups_bench/database.cc:29
↓ 3 callers
Method
open_env
unittests/fixture.hpp:51
↓ 3 callers
Function
os_has_avx
src/1os/os.cc:52
↓ 3 callers
Function
parseSpecialTag
3rdparty/catch/catch.hpp:7303
↓ 3 callers
Function
parse_compression_type
tools/ups_bench/main.cc:433
↓ 3 callers
Method
position
win32/msvc2013/2protobuf/messages.pb.h:15477
↓ 3 callers
Function
print_metrics
tools/ups_bench/main.cc:853
↓ 3 callers
Method
read
reads from the device; this function does NOT use mmap
src/2device/device_disk.h:189
↓ 3 callers
Method
record_data
Returns a pointer to the record data, and the flags
src/3btree/btree_records_duplicate.h:456
↓ 3 callers
Method
record_size
win32/msvc2013/export.pb.cc:1532
↓ 3 callers
Method
record_type
win32/msvc2013/2protobuf/messages.pb.h:12776
↓ 3 callers
Method
release
releases a memory block; can deal with NULL pointers.
src/1mem/mem.h:122
↓ 3 callers
Function
remove_cursor_from_page
Removes this cursor from a page
src/3btree/btree_cursor.cc:39
↓ 3 callers
Method
requires_split
Returns true if |key| cannot be inserted because a split is required. This function will try to re-arrange the node in order for the new key to fit in
src/3btree/btree_impl_default.h:169
↓ 3 callers
Function
run
3rdparty/libfor/benchmark.c:38
↓ 3 callers
Method
runOrder
3rdparty/catch/catch.hpp:3581
↓ 3 callers
Method
sectionStarting
3rdparty/catch/catch.hpp:7630
↓ 3 callers
Function
seedRng
3rdparty/catch/catch.hpp:7807
↓ 3 callers
Method
selectRange
Performs a paginated "UQI Select" query. This function is similar to Environment::select(), but uses two cursors for specifying the range of the data.
java/java/de/crupp/upscaledb/Environment.java:491
↓ 3 callers
Method
send
src/5server/upsserver.h:149
↓ 3 callers
Method
send_key
win32/msvc2013/2protobuf/messages.pb.h:15060
↓ 3 callers
Method
set_chunk_offset
Sets the chunk offset of a slot
src/3btree/upfront_index.h:597
↓ 3 callers
Method
set_cursor_handle
win32/msvc2013/2protobuf/messages.pb.h:14238
↓ 3 callers
Method
set_dbname
win32/msvc2013/2protobuf/messages.pb.h:11870
↓ 3 callers
Method
set_last_blob_page
src/3page_manager/page_manager.cc:787
↓ 3 callers
Method
set_left_child
Sets the ptr_down of this node
src/3btree/btree_node_proxy.h:119
↓ 3 callers
Method
set_left_sibling
Sets the address of the left sibling of this node
src/3btree/btree_node_proxy.h:99
↓ 3 callers
Method
set_length
Sets the number of entries in the BtreeNode
src/3btree/btree_node_proxy.h:84
↓ 3 callers
Method
set_name
Sets the database name; required when renaming the local proxy of a remote database
src/4db/db.h:75
↓ 3 callers
Method
set_node_proxy
Sets the cached BtreeNodeProxy
src/2page/page.h:339
↓ 3 callers
Method
set_record
Updates the record of a key
src/3btree/btree_impl_base.h:96
↓ 3 callers
Method
set_record_type
win32/msvc2013/2protobuf/messages.pb.h:12780
↓ 3 callers
Method
set_right_sibling
Sets the address of the right sibling of this node
src/3btree/btree_node_proxy.h:109
↓ 3 callers
Function
simple_compressor_test
unittests/compression.cpp:46
↓ 3 callers
Function
simple_key_test
unittests/compression.cpp:224
↓ 3 callers
Function
simple_record_test
unittests/compression.cpp:137
↓ 3 callers
Method
size
src/2page/page_collection.h:57
↓ 3 callers
Function
stringFitsInBuffer
returns true if the given string length would fit in our string buffer */
3rdparty/json/bencode.c:357
↓ 3 callers
Function
stringIsAlloced
returns true if the benc's string was malloced. * this occurs when the string is too long for our string buffer */
3rdparty/json/bencode.c:365
↓ 3 callers
Function
switch_files_maybe
Switches the log file if necessary; returns the new log descriptor in the transaction
src/3journal/journal.cc:204
↓ 3 callers
Method
testCaseEnded
3rdparty/catch/catch.hpp:7659
↓ 3 callers
Method
testGroupEnded
3rdparty/catch/catch.hpp:7666
↓ 3 callers
Method
testGroupStarting
3rdparty/catch/catch.hpp:7624
↓ 3 callers
Method
testRunEnded
3rdparty/catch/catch.hpp:7671
↓ 3 callers
Method
toString
3rdparty/catch/catch.hpp:929
↓ 3 callers
Function
tr_bencDictFindType
3rdparty/json/bencode.c:407
↓ 3 callers
Function
tr_bencInitInt
3rdparty/json/bencode.c:617
↓ 3 callers
Function
tr_bencIsReal
3rdparty/json/bencode.h:212
↓ 3 callers
Method
txn
Constructor */
include/ups/upscaledb.hpp:234
↓ 3 callers
Function
txn_begin
python/src/python.cc:1181
↓ 3 callers
Method
txn_op
Returns the txn-op duplicate
src/4cursor/cursor_local.h:79
↓ 3 callers
Method
type
win32/msvc2013/export.pb.cc:461
↓ 3 callers
Method
ups_get_version
(int which)
java/java/de/crupp/upscaledb/Database.java:27
↓ 3 callers
Function
usage
samples/db2.c:35
↓ 3 callers
Function
util_vsnprintf
src/1base/util.cc:24
↓ 3 callers
Function
write_chunks
src/3blob_manager/blob_manager_disk.cc:266
↓ 2 callers
Method
Abort
<summary> Aborts the Transaction if it has not already been committed or aborted. </summary> <remarks> This method wraps the native ups_txn_abort func
dotnet/upscaledb-dotnet/Transaction.cs:63
↓ 2 callers
Method
AddCursor
<summary> Adds a Cursor to the Cursor list </summary>
dotnet/upscaledb-dotnet/Database.cs:620
↓ 2 callers
Method
Create
<summary> Creates a new Cursor </summary> <see cref="Cursor.Create(Database, Transaction)" />
dotnet/upscaledb-dotnet/Cursor.cs:57
↓ 2 callers
Method
CursorFind
(IntPtr handle, ref byte[] keydata, ref byte[] recdata, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:467
↓ 2 callers
Function
DisplayError
unittests/os.hpp:41
↓ 2 callers
Method
GetHandle
<summary> Returns the Environment handle </summary>
dotnet/upscaledb-dotnet/Environment.cs:618
↓ 2 callers
Method
GetLastError
<summary> Returns the last error code </summary> <remarks> This method wraps the native ups_db_get_error function. </remarks> <returns>The error code
dotnet/upscaledb-dotnet/Database.cs:232
↓ 2 callers
Function
ISSET
tools/ups_bench/getopts.cc:31
↓ 2 callers
Function
JSON_parser_char
3rdparty/json/JSON_parser.c:678
↓ 2 callers
Function
JSON_parser_done
3rdparty/json/JSON_parser.c:992
← previous
next →
701–800 of 7,064, ranked by callers