MCPcopy Create free account

hub / github.com/cruppstahl/upscaledb / functions

Functions7,064 in github.com/cruppstahl/upscaledb

↓ 3 callersMethodinsertFindMultipleCursorsTest
unittests/cursor1.cpp:135
↓ 3 callersMethodinsertFindTest
unittests/cursor1.cpp:122
↓ 3 callersFunctioninsert_impl
The actual implementation of insert()
src/4db/db_local.cc:1041
↓ 3 callersMethodisComplete
3rdparty/catch/catch.hpp:5571
↓ 3 callersFunctionisContainer
3rdparty/json/bencode.c:43
↓ 3 callersFunctionisOk
3rdparty/catch/catch.hpp:794
↓ 3 callersFunctionisSomething
3rdparty/json/bencode.c:49
↓ 3 callersMethodis_allocated
Returns true if the page's buffer was allocated with malloc
src/2page/page.h:290
↓ 3 callersFunctionis_leaf
Returns true if this btree node is a leaf node
src/3btree/btree_node.h:132
↓ 3 callersMethodis_open
Returns true if the database is currently open
tools/ups_bench/upscaledb.h:48
↓ 3 callersMethodis_without_header
Returns true if the page has no persistent header
src/2page/page.h:295
↓ 3 callersMethodkey_type
win32/msvc2013/export.pb.cc:1508
↓ 3 callersMethodkeycount
win32/msvc2013/2protobuf/messages.pb.h:13372
↓ 3 callersMethodldb
unittests/fixture.hpp:571
↓ 3 callersFunctionlenv
Returns the LocalEnv instance
src/4cursor/cursor_local.cc:39
↓ 3 callersFunctionlock_exclusive
src/1os/os_posix.cc:60
↓ 3 callersFunctionlog_file_path
src/3journal/journal.cc:67
↓ 3 callersFunctionlowlevel_block_func
3rdparty/libfor/test.c:149
↓ 3 callersFunctionmark_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 callersMethodmatch
3rdparty/catch/catch.hpp:925
↓ 3 callersMethodmmap
src/1os/os_win32.cc:108
↓ 3 callersMethodmoveNext
3rdparty/catch/catch.hpp:5724
↓ 3 callersMethodmove_from
src/4uqi/result.h:61
↓ 3 callersMethodmultipleAllocFreeTest
unittests/page.cpp:37
↓ 3 callersMethodmutable_cursor_move_reply
win32/msvc2013/2protobuf/messages.pb.h:10899
↓ 3 callersMethodmutable_db_find_reply
win32/msvc2013/2protobuf/messages.pb.h:9909
↓ 3 callersMethodmutable_db_get_parameters_request
win32/msvc2013/2protobuf/messages.pb.h:9144
↓ 3 callersMethodmutable_env_create_db_reply
win32/msvc2013/2protobuf/messages.pb.h:8829
↓ 3 callersMethodmutable_env_erase_db_request
win32/msvc2013/2protobuf/messages.pb.h:8964
↓ 3 callersMethodmutable_env_get_parameters_request
win32/msvc2013/2protobuf/messages.pb.h:8514
↓ 3 callersMethodmutable_env_open_db_reply
win32/msvc2013/2protobuf/messages.pb.h:8919
↓ 3 callersMethodnilCursorTest
unittests/cursor1.cpp:166
↓ 3 callersFunctionnodeNew
3rdparty/json/bencode.c:953
↓ 3 callersMethodopen
3rdparty/catch/catch.hpp:5606
↓ 3 callersMethodopen_env
tools/ups_bench/database.cc:29
↓ 3 callersMethodopen_env
unittests/fixture.hpp:51
↓ 3 callersFunctionos_has_avx
src/1os/os.cc:52
↓ 3 callersFunctionparseSpecialTag
3rdparty/catch/catch.hpp:7303
↓ 3 callersFunctionparse_compression_type
tools/ups_bench/main.cc:433
↓ 3 callersMethodposition
win32/msvc2013/2protobuf/messages.pb.h:15477
↓ 3 callersFunctionprint_metrics
tools/ups_bench/main.cc:853
↓ 3 callersMethodread
reads from the device; this function does NOT use mmap
src/2device/device_disk.h:189
↓ 3 callersMethodrecord_data
Returns a pointer to the record data, and the flags
src/3btree/btree_records_duplicate.h:456
↓ 3 callersMethodrecord_size
win32/msvc2013/export.pb.cc:1532
↓ 3 callersMethodrecord_type
win32/msvc2013/2protobuf/messages.pb.h:12776
↓ 3 callersMethodrelease
releases a memory block; can deal with NULL pointers.
src/1mem/mem.h:122
↓ 3 callersFunctionremove_cursor_from_page
Removes this cursor from a page
src/3btree/btree_cursor.cc:39
↓ 3 callersMethodrequires_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 callersFunctionrun
3rdparty/libfor/benchmark.c:38
↓ 3 callersMethodrunOrder
3rdparty/catch/catch.hpp:3581
↓ 3 callersMethodsectionStarting
3rdparty/catch/catch.hpp:7630
↓ 3 callersFunctionseedRng
3rdparty/catch/catch.hpp:7807
↓ 3 callersMethodselectRange
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 callersMethodsend
src/5server/upsserver.h:149
↓ 3 callersMethodsend_key
win32/msvc2013/2protobuf/messages.pb.h:15060
↓ 3 callersMethodset_chunk_offset
Sets the chunk offset of a slot
src/3btree/upfront_index.h:597
↓ 3 callersMethodset_cursor_handle
win32/msvc2013/2protobuf/messages.pb.h:14238
↓ 3 callersMethodset_dbname
win32/msvc2013/2protobuf/messages.pb.h:11870
↓ 3 callersMethodset_last_blob_page
src/3page_manager/page_manager.cc:787
↓ 3 callersMethodset_left_child
Sets the ptr_down of this node
src/3btree/btree_node_proxy.h:119
↓ 3 callersMethodset_left_sibling
Sets the address of the left sibling of this node
src/3btree/btree_node_proxy.h:99
↓ 3 callersMethodset_length
Sets the number of entries in the BtreeNode
src/3btree/btree_node_proxy.h:84
↓ 3 callersMethodset_name
Sets the database name; required when renaming the local proxy of a remote database
src/4db/db.h:75
↓ 3 callersMethodset_node_proxy
Sets the cached BtreeNodeProxy
src/2page/page.h:339
↓ 3 callersMethodset_record
Updates the record of a key
src/3btree/btree_impl_base.h:96
↓ 3 callersMethodset_record_type
win32/msvc2013/2protobuf/messages.pb.h:12780
↓ 3 callersMethodset_right_sibling
Sets the address of the right sibling of this node
src/3btree/btree_node_proxy.h:109
↓ 3 callersFunctionsimple_compressor_test
unittests/compression.cpp:46
↓ 3 callersFunctionsimple_key_test
unittests/compression.cpp:224
↓ 3 callersFunctionsimple_record_test
unittests/compression.cpp:137
↓ 3 callersMethodsize
src/2page/page_collection.h:57
↓ 3 callersFunctionstringFitsInBuffer
returns true if the given string length would fit in our string buffer */
3rdparty/json/bencode.c:357
↓ 3 callersFunctionstringIsAlloced
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 callersFunctionswitch_files_maybe
Switches the log file if necessary; returns the new log descriptor in the transaction
src/3journal/journal.cc:204
↓ 3 callersMethodtestCaseEnded
3rdparty/catch/catch.hpp:7659
↓ 3 callersMethodtestGroupEnded
3rdparty/catch/catch.hpp:7666
↓ 3 callersMethodtestGroupStarting
3rdparty/catch/catch.hpp:7624
↓ 3 callersMethodtestRunEnded
3rdparty/catch/catch.hpp:7671
↓ 3 callersMethodtoString
3rdparty/catch/catch.hpp:929
↓ 3 callersFunctiontr_bencDictFindType
3rdparty/json/bencode.c:407
↓ 3 callersFunctiontr_bencInitInt
3rdparty/json/bencode.c:617
↓ 3 callersFunctiontr_bencIsReal
3rdparty/json/bencode.h:212
↓ 3 callersMethodtxn
Constructor */
include/ups/upscaledb.hpp:234
↓ 3 callersFunctiontxn_begin
python/src/python.cc:1181
↓ 3 callersMethodtxn_op
Returns the txn-op duplicate
src/4cursor/cursor_local.h:79
↓ 3 callersMethodtype
win32/msvc2013/export.pb.cc:461
↓ 3 callersMethodups_get_version
(int which)
java/java/de/crupp/upscaledb/Database.java:27
↓ 3 callersFunctionusage
samples/db2.c:35
↓ 3 callersFunctionutil_vsnprintf
src/1base/util.cc:24
↓ 3 callersFunctionwrite_chunks
src/3blob_manager/blob_manager_disk.cc:266
↓ 2 callersMethodAbort
<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 callersMethodAddCursor
<summary> Adds a Cursor to the Cursor list </summary>
dotnet/upscaledb-dotnet/Database.cs:620
↓ 2 callersMethodCreate
<summary> Creates a new Cursor </summary> <see cref="Cursor.Create(Database, Transaction)" />
dotnet/upscaledb-dotnet/Cursor.cs:57
↓ 2 callersMethodCursorFind
(IntPtr handle, ref byte[] keydata, ref byte[] recdata, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:467
↓ 2 callersFunctionDisplayError
unittests/os.hpp:41
↓ 2 callersMethodGetHandle
<summary> Returns the Environment handle </summary>
dotnet/upscaledb-dotnet/Environment.cs:618
↓ 2 callersMethodGetLastError
<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 callersFunctionISSET
tools/ups_bench/getopts.cc:31
↓ 2 callersFunctionJSON_parser_char
3rdparty/json/JSON_parser.c:678
↓ 2 callersFunctionJSON_parser_done
3rdparty/json/JSON_parser.c:992
← previousnext →701–800 of 7,064, ranked by callers