MCPcopy Create free account

hub / github.com/cruppstahl/upscaledb / functions

Functions7,064 in github.com/cruppstahl/upscaledb

↓ 4 callersMethodprevious_sibling
src/4txn/txn_local.cc:201
↓ 4 callersMethodptr
src/4uqi/type_wrapper.h:88
↓ 4 callersMethodrecord_size
src/4txn/txn_cursor.cc:319
↓ 4 callersMethodrecv
src/1os/os_win32.cc:526
↓ 4 callersMethodremove_file
(self, fname)
python/unittests/environment.py:32
↓ 4 callersMethodrequires_merge
Returns true if the node requires a merge or a shift
src/3btree/btree_impl_base.h:363
↓ 4 callersMethodseconds
3rdparty/libvbyte/timer.h:45
↓ 4 callersMethodset_key_type
win32/msvc2013/export.pb.h:959
↓ 4 callersFunctionset_length
Sets the number of entries in a BtreeNode
src/3btree/btree_node.h:97
↓ 4 callersMethodset_to_nil
src/3btree/btree_cursor.cc:320
↓ 4 callersFunctionsimdsearchwithlengthd1
3rdparty/simdcomp/src/simdpackedsearch.c:7885
↓ 4 callersFunctionsimdselectd1
3rdparty/simdcomp/src/simdpackedselect.c:7694
↓ 4 callersFunctionsimdunpack
3rdparty/simdcomp/src/simdbitpacking.c:13793
↓ 4 callersMethodsplitTest
unittests/recordnumber.cpp:497
↓ 4 callersMethodstart
3rdparty/catch/catch.hpp:7714
↓ 4 callersMethodsteal_from
src/1base/dynamic_array.h:68
↓ 4 callersFunctionsvb_decode_scalar_d1_init
3rdparty/streamvbyte/streamvbyte.cc:386
↓ 4 callersFunctionsvb_encode_scalar_d1_init
3rdparty/streamvbyte/streamvbyte.cc:85
↓ 4 callersMethodtest_read_entry
src/3journal/journal.cc:1003
↓ 4 callersMethodtest_store_state
src/3page_manager/page_manager.cc:847
↓ 4 callersMethodtoStringSuffix
3rdparty/catch/catch.hpp:1056
↓ 4 callersFunctiontr_bencDictAddBool
3rdparty/json/bencode.c:761
↓ 4 callersFunctiontr_bencDictFindBool
3rdparty/json/bencode.c:524
↓ 4 callersFunctiontr_bencGetStr
3rdparty/json/bencode.c:455
↓ 4 callersFunctiontr_bencInitStr
3rdparty/json/bencode.c:586
↓ 4 callersFunctiontr_bencIsBool
3rdparty/json/bencode.h:211
↓ 4 callersFunctiontr_bencListAdd
3rdparty/json/bencode.c:652
↓ 4 callersMethodtruncate
src/3page_manager/freelist.cc:161
↓ 4 callersFunctiontxn_commit
python/src/python.cc:1215
↓ 4 callersFunctiontxn_cursor_is_erase
src/4cursor/cursor_local.cc:219
↓ 4 callersMethoduncoupleTest
unittests/recordnumber.cpp:468
↓ 4 callersFunctionups_srv_close
src/5server/upsserver.cc:2102
↓ 4 callersMethodvalueOr
3rdparty/catch/catch.hpp:2763
↓ 3 callersMethodMoveFirst
()
dotnet/unittests/CursorTest.cs:103
↓ 3 callersFunctionProtoWrapper_Type_IsValid
win32/msvc2013/messages.pb.cc:236
↓ 3 callersMethodadd_key
src/4uqi/result.h:87
↓ 3 callersMethodadd_names
win32/msvc2013/2protobuf/messages.pb.h:11267
↓ 3 callersMethodadd_record
src/4uqi/result.h:112
↓ 3 callersFunctionadd_to_freelist
src/3blob_manager/blob_manager_disk.cc:100
↓ 3 callersMethodagg_many
Aggregation function for a sequence of keys and records
src/4uqi/plugin_wrapper.h:90
↓ 3 callersMethodalloc_page
Allocates storage for a page from this device; this function will *NOT* return mmapped memory
src/2device/device_disk.h:297
↓ 3 callersMethodappend_erase
src/3journal/journal.cc:841
↓ 3 callersFunctionarcSafeRelease
3rdparty/catch/catch.hpp:1516
↓ 3 callersFunctionare_cursors_identical
src/4db/db_local.cc:1418
↓ 3 callersMethodassertByteArrayEquals
(byte[] r1, byte[] r2)
java/unittests/EnvironmentTest.java:26
↓ 3 callersMethodassertionEnded
3rdparty/catch/catch.hpp:7637
↓ 3 callersFunctionbencWalk
* This function's previous recursive implementation was * easier to read, but was vulnerable to a smash-stacking * attack via maliciously-crafted be
3rdparty/json/bencode.c:986
↓ 3 callersMethodblob_size
src/3blob_manager/blob_manager_disk.cc:517
↓ 3 callersFunctioncalc_hash
Calculates the hash of a page address
src/3cache/cache.h:56
↓ 3 callersMethodcheck_integrity
src/3btree/btree_check.cc:306
↓ 3 callersMethodclose
Closes the Result. <p> This method wraps the native uqi_result_close function.
java/java/de/crupp/upscaledb/Result.java:132
↓ 3 callersMethodcommands
3rdparty/catch/catch.hpp:4239
↓ 3 callersMethodcompare_hash
Returns the hash of the compare function
src/3btree/btree_index.h:206
↓ 3 callersFunctioncomplex_journal_test
unittests/compression.cpp:79
↓ 3 callersFunctioncompressed_size
3rdparty/libvbyte/vbyte.cc:325
↓ 3 callersFunctionconfig_clear_table
tools/config.c:242
↓ 3 callersFunctioncopy_record
src/4db/db_local.cc:55
↓ 3 callersMethodcount
src/4db/db_local.cc:902
↓ 3 callersMethodcount
win32/msvc2013/2protobuf/messages.pb.h:15317
↓ 3 callersFunctioncouple
Couples the cursor to the current page/key Asserts that the cursor is uncoupled. After this call the cursor will be coupled.
src/3btree/btree_cursor.cc:51
↓ 3 callersFunctioncpuid
GCC Inline Assembly
3rdparty/libvbyte/vbyte.cc:49
↓ 3 callersFunctioncpuid
src/1os/os.cc:36
↓ 3 callersFunctioncreate_key
unittests/recovery.cpp:61
↓ 3 callersMethodcursor_create
src/4db/db_local.cc:1253
↓ 3 callersMethodcursor_move
src/4db/db_local.cc:1353
↓ 3 callersMethoddel
src/3page_manager/page_manager.cc:696
↓ 3 callersFunctiondeleteAll
3rdparty/catch/catch.hpp:347
↓ 3 callersFunctiondictFindOrAdd
3rdparty/json/bencode.c:731
↓ 3 callersMethoddistinct
win32/msvc2013/2protobuf/messages.pb.h:13320
↓ 3 callersFunctionerror
tools/ups_recover.cc:43
↓ 3 callersMethodfill_metrics
src/4db/db_local.cc:821
↓ 3 callersFunctionfilterTests
3rdparty/catch/catch.hpp:6461
↓ 3 callersMethodfindInEmptyDatabaseTest
unittests/cursor1.cpp:159
↓ 3 callersMethodfind_failed
src/3btree/btree_stats.cc:53
↓ 3 callersMethodfind_lower_bound
src/3btree/btree_index.cc:114
↓ 3 callersMethodflush_all_pages
src/3page_manager/page_manager.cc:523
↓ 3 callersMethodflush_committed_txns
src/4txn/txn_local.cc:627
↓ 3 callersFunctionfor_compress_sorted
3rdparty/libfor/for.c:188
↓ 3 callersFunctionfor_linear_search_bits
3rdparty/libfor/for.c:433
↓ 3 callersMethodgetDatabaseNames
Returns the names of all Databases in this Environment <p> This method wraps the native ups_env_get_database_names function. <p> This function returns
java/java/de/crupp/upscaledb/Environment.java:402
↓ 3 callersMethodgetDuplicateCount
Returns the number of duplicate keys <p> This method wraps the native ups_cursor_get_duplicate_count function. <p> Returns the number of duplicate key
java/java/de/crupp/upscaledb/Cursor.java:426
↓ 3 callersMethodgetDuplicateRecordSizeTest
unittests/cursor1.cpp:69
↓ 3 callersMethodgetKey
Retrieves the Key of the current item <p> This method wraps the native ups_cursor_move function. <p> Returns the key of the current Database item. Thr
java/java/de/crupp/upscaledb/Cursor.java:251
↓ 3 callersMethodgetRecordData
Returns an array with all records This is the fastest way of accessing the results, especially if there are many of them. Only use this if the record
java/java/de/crupp/upscaledb/Result.java:104
↓ 3 callersMethodgetRecordSizeTest
unittests/cursor1.cpp:96
↓ 3 callersMethodgetRowCount
Returns the row count
java/java/de/crupp/upscaledb/Result.java:49
↓ 3 callersMethodgetTestMacroName
3rdparty/catch/catch.hpp:7292
↓ 3 callersFunctionget_compressor_name
tools/ups_info.cc:79
↓ 3 callersMethodget_name
Returns a descriptive name
tools/ups_bench/upscaledb.h:43
↓ 3 callersMethodhas_key_type
optional uint32 key_type = 4;
win32/msvc2013/export.pb.h:942
↓ 3 callersMethodhas_max_env_databases
optional uint32 max_env_databases = 4;
win32/msvc2013/2protobuf/messages.pb.h:11359
↓ 3 callersMethodhas_name
required uint32 name = 1;
win32/msvc2013/export.pb.h:870
↓ 3 callersMethodhas_record_size
optional uint32 record_size = 5;
win32/msvc2013/export.pb.h:966
↓ 3 callersMethodhead
src/1base/intrusive_list.h:77
↓ 3 callersMethodincludeSuccessfulResults
3rdparty/catch/catch.hpp:3578
↓ 3 callersFunctioninit_JSON_config
3rdparty/json/JSON_parser.c:1027
↓ 3 callersFunctioninitialize
initialize this block index
src/3btree/btree_zint32_block.h:78
↓ 3 callersMethodinitialize
src/3btree/btree_impl_pax.h:103
↓ 3 callersMethodinitialize
src/4uqi/result.h:49
↓ 3 callersMethodinsert
src/3btree/btree_insert.cc:197
← previousnext →601–700 of 7,064, ranked by callers