MCPcopy Create free account

hub / github.com/cruppstahl/upscaledb / functions

Functions7,064 in github.com/cruppstahl/upscaledb

↓ 2 callersFunctiontxn_abort
python/src/python.cc:1200
↓ 2 callersMethodtxn_begin
src/4env/env_local.cc:760
↓ 2 callersMethodtype
win32/msvc2013/2protobuf/messages.pb.h:8211
↓ 2 callersFunctionuncompress_sorted
3rdparty/libvbyte/vbyte.cc:434
↓ 2 callersFunctionuncompress_unsorted
3rdparty/libvbyte/vbyte.cc:406
↓ 2 callersMethodunlock
tools/ups_bench/mutex.h:41
↓ 2 callersFunctionups_calc_compare_name_hash
src/5upscaledb/upscaledb.cc:1641
↓ 2 callersFunctionups_db_get_compare_name_hash
src/5upscaledb/upscaledb.cc:1647
↓ 2 callersFunctionups_txn_get_name
src/5upscaledb/upscaledb.cc:155
↓ 2 callersMethodusable_page_size
src/2page/page.cc:50
↓ 2 callersMethodusage
3rdparty/catch/catch.hpp:4469
↓ 2 callersMethoduseColour
3rdparty/catch/catch.hpp:3583
↓ 2 callersMethoduse_btree
Returns true if this cache entry is a duplicate in the btree index (otherwise it's a duplicate in the transaction index)
src/4cursor/cursor_local.h:61
↓ 2 callersFunctionutf8_string
* MS says: * * Security Alert * * Using the MultiByteToWideChar function incorrectly can compromise the * security of your application. Calling t
src/1os/os_win32.cc:80
↓ 2 callersFunctionvbyte_append_sorted64
3rdparty/libvbyte/vbyte.cc:665
↓ 2 callersFunctionvbyte_compress_sorted32
3rdparty/libvbyte/vbyte.cc:561
↓ 2 callersFunctionvbyte_search_lower_bound_sorted32
3rdparty/libvbyte/vbyte.cc:639
↓ 2 callersFunctionvbyte_select_sorted32
3rdparty/libvbyte/vbyte.cc:593
↓ 2 callersFunctionvbyte_uncompress_sorted32
3rdparty/libvbyte/vbyte.cc:575
↓ 2 callersFunctionverify_crc32
src/3page_manager/page_manager.cc:101
↓ 2 callersMethodverify_magic
Returns true if the magic matches
src/4env/env_header.h:96
↓ 2 callersMethodwait
src/1base/signal.h:43
↓ 2 callersMethodwas_successful
returns true if the test was successful
tools/ups_bench/generator_parser.h:62
↓ 2 callersMethodwrite
src/1os/os_win32.cc:234
↓ 1 callersFunctionCLZ
3rdparty/libfor/for.c:36
↓ 1 callersFunctionConvertUTF8toUTF32
3rdparty/json/ConvertUTF.c:526
↓ 1 callersMethodCursorClone
(IntPtr handle, out IntPtr clone)
dotnet/upscaledb-dotnet/NativeMethods.cs:376
↓ 1 callersMethodCursorClose
(IntPtr handle)
dotnet/upscaledb-dotnet/NativeMethods.cs:521
↓ 1 callersMethodCursorCreate
(out IntPtr chandle, IntPtr dbhandle, IntPtr txnhandle, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:371
↓ 1 callersMethodCursorErase
(IntPtr handle, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:512
↓ 1 callersMethodCursorGet
(IntPtr handle, int flags, ref byte[] keyArray, ref byte[] recordArray)
dotnet/upscaledb-dotnet/NativeMethods.cs:430
↓ 1 callersMethodCursorGetDuplicateCount
(IntPtr handle, out int count, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:516
↓ 1 callersMethodCursorGetKey
(IntPtr handle, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:417
↓ 1 callersMethodCursorGetRecord
(IntPtr handle, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:404
↓ 1 callersMethodCursorInsert
(IntPtr handle, byte[] keyData, byte[] recordData, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:499
↓ 1 callersMethodCursorMove
(IntPtr handle, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:400
↓ 1 callersMethodCursorOverwrite
(IntPtr handle, byte[] data, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:453
↓ 1 callersMethodEnvClose
(IntPtr handle, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:228
↓ 1 callersMethodEnvCreate
(out IntPtr handle, String fileName, int flags, int mode, Parameter[] parameters)
dotnet/upscaledb-dotnet/NativeMethods.cs:171
↓ 1 callersMethodEnvCreateDatabase
(IntPtr handle, out IntPtr dbhandle, short name, int flags, Parameter[] parameters)
dotnet/upscaledb-dotnet/NativeMethods.cs:181
↓ 1 callersMethodEnvEraseDatabase
(IntPtr handle, short name, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:198
↓ 1 callersMethodEnvFlush
(IntPtr handle, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:203
↓ 1 callersMethodEnvGetDatabaseNames
(IntPtr handle, out short[] names)
dotnet/upscaledb-dotnet/NativeMethods.cs:212
↓ 1 callersMethodEnvOpen
(out IntPtr handle, String fileName, int flags, Parameter[] parameters)
dotnet/upscaledb-dotnet/NativeMethods.cs:176
↓ 1 callersMethodEnvOpenDatabase
(IntPtr handle, out IntPtr dbhandle, short name, int flags, Parameter[] parameters)
dotnet/upscaledb-dotnet/NativeMethods.cs:187
↓ 1 callersMethodEnvRenameDatabase
(IntPtr handle, short oldName, short newName)
dotnet/upscaledb-dotnet/NativeMethods.cs:193
↓ 1 callersMethodEnvSelectRange
(IntPtr handle, String query, IntPtr begin, IntPtr end, out IntPtr result)
dotnet/upscaledb-dotnet/NativeMethods.cs:266
↓ 1 callersFunctionEquals
3rdparty/catch/catch.hpp:1168
↓ 1 callersMethodErase
<summary> Erases the current key </summary> <remarks> This method wraps the native ups_cursor_erase function. <br /> Erases a key from the Database. I
dotnet/upscaledb-dotnet/Cursor.cs:579
↓ 1 callersMethodEraseDatabase
()
dotnet/unittests/EnvironmentTest.cs:218
↓ 1 callersMethodGetCustomerKey
()
dotnet/samples/SampleEnv3/Program.cs:83
↓ 1 callersMethodMove
()
dotnet/unittests/CursorTest.cs:70
↓ 1 callersMethodMoveLast
()
dotnet/unittests/CursorTest.cs:111
↓ 1 callersMethodRegisterCompare
<summary> Registers a global compare function. </summary> <remarks> This method wraps the native ups_register_compare function. </remarks> <param name
dotnet/upscaledb-dotnet/Database.cs:194
↓ 1 callersMethodResultClose
(IntPtr handle)
dotnet/upscaledb-dotnet/NativeMethods.cs:565
↓ 1 callersMethodResultGetKey
(IntPtr handle, int row)
dotnet/upscaledb-dotnet/NativeMethods.cs:542
↓ 1 callersMethodResultGetKeyType
(IntPtr handle)
dotnet/upscaledb-dotnet/NativeMethods.cs:529
↓ 1 callersMethodResultGetRecord
(IntPtr handle, int row)
dotnet/upscaledb-dotnet/NativeMethods.cs:556
↓ 1 callersMethodResultGetRecordType
(IntPtr handle)
dotnet/upscaledb-dotnet/NativeMethods.cs:533
↓ 1 callersMethodResultGetRowCount
(IntPtr handle)
dotnet/upscaledb-dotnet/NativeMethods.cs:525
↓ 1 callersFunctionSIMD_nullunpacker32
3rdparty/simdcomp/src/simdbitpacking.c:7
↓ 1 callersMethodStringError
(int error)
dotnet/upscaledb-dotnet/NativeMethods.cs:161
↓ 1 callersMethodTxnAbort
(IntPtr handle, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:241
↓ 1 callersMethodTxnBegin
(out IntPtr txnhandle, IntPtr envhandle, String filename, IntPtr reserved, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:232
↓ 1 callersMethodTxnCommit
(IntPtr handle, int flags)
dotnet/upscaledb-dotnet/NativeMethods.cs:237
↓ 1 callersFunction__SIMD_fastpack10_32
3rdparty/simdcomp/src/simdbitpacking.c:5373
↓ 1 callersFunction__SIMD_fastpack11_32
3rdparty/simdcomp/src/simdbitpacking.c:5508
↓ 1 callersFunction__SIMD_fastpack12_32
3rdparty/simdcomp/src/simdbitpacking.c:5647
↓ 1 callersFunction__SIMD_fastpack13_32
3rdparty/simdcomp/src/simdbitpacking.c:5786
↓ 1 callersFunction__SIMD_fastpack14_32
3rdparty/simdcomp/src/simdbitpacking.c:5931
↓ 1 callersFunction__SIMD_fastpack15_32
3rdparty/simdcomp/src/simdbitpacking.c:6078
↓ 1 callersFunction__SIMD_fastpack16_32
3rdparty/simdcomp/src/simdbitpacking.c:9120
↓ 1 callersFunction__SIMD_fastpack17_32
3rdparty/simdcomp/src/simdbitpacking.c:6229
↓ 1 callersFunction__SIMD_fastpack18_32
3rdparty/simdcomp/src/simdbitpacking.c:6386
↓ 1 callersFunction__SIMD_fastpack19_32
3rdparty/simdcomp/src/simdbitpacking.c:6545
↓ 1 callersFunction__SIMD_fastpack1_32
3rdparty/simdcomp/src/simdbitpacking.c:4534
↓ 1 callersFunction__SIMD_fastpack20_32
3rdparty/simdcomp/src/simdbitpacking.c:6708
↓ 1 callersFunction__SIMD_fastpack21_32
3rdparty/simdcomp/src/simdbitpacking.c:6871
↓ 1 callersFunction__SIMD_fastpack22_32
3rdparty/simdcomp/src/simdbitpacking.c:7040
↓ 1 callersFunction__SIMD_fastpack23_32
3rdparty/simdcomp/src/simdbitpacking.c:7211
↓ 1 callersFunction__SIMD_fastpack24_32
3rdparty/simdcomp/src/simdbitpacking.c:7386
↓ 1 callersFunction__SIMD_fastpack25_32
3rdparty/simdcomp/src/simdbitpacking.c:7557
↓ 1 callersFunction__SIMD_fastpack26_32
3rdparty/simdcomp/src/simdbitpacking.c:7738
↓ 1 callersFunction__SIMD_fastpack27_32
3rdparty/simdcomp/src/simdbitpacking.c:7921
↓ 1 callersFunction__SIMD_fastpack28_32
3rdparty/simdcomp/src/simdbitpacking.c:8108
↓ 1 callersFunction__SIMD_fastpack29_32
3rdparty/simdcomp/src/simdbitpacking.c:8295
↓ 1 callersFunction__SIMD_fastpack2_32
3rdparty/simdcomp/src/simdbitpacking.c:4643
↓ 1 callersFunction__SIMD_fastpack30_32
3rdparty/simdcomp/src/simdbitpacking.c:8488
↓ 1 callersFunction__SIMD_fastpack31_32
3rdparty/simdcomp/src/simdbitpacking.c:8683
↓ 1 callersFunction__SIMD_fastpack32_32
3rdparty/simdcomp/src/simdbitpacking.c:8882
↓ 1 callersFunction__SIMD_fastpack3_32
3rdparty/simdcomp/src/simdbitpacking.c:4754
↓ 1 callersFunction__SIMD_fastpack4_32
3rdparty/simdcomp/src/simdbitpacking.c:9050
↓ 1 callersFunction__SIMD_fastpack5_32
3rdparty/simdcomp/src/simdbitpacking.c:4869
↓ 1 callersFunction__SIMD_fastpack6_32
3rdparty/simdcomp/src/simdbitpacking.c:4990
↓ 1 callersFunction__SIMD_fastpack7_32
3rdparty/simdcomp/src/simdbitpacking.c:5113
↓ 1 callersFunction__SIMD_fastpack8_32
3rdparty/simdcomp/src/simdbitpacking.c:9091
↓ 1 callersFunction__SIMD_fastpack9_32
3rdparty/simdcomp/src/simdbitpacking.c:5240
↓ 1 callersFunction__SIMD_fastpackwithoutmask10_32
3rdparty/simdcomp/src/simdbitpacking.c:830
↓ 1 callersFunction__SIMD_fastpackwithoutmask11_32
3rdparty/simdcomp/src/simdbitpacking.c:962
↓ 1 callersFunction__SIMD_fastpackwithoutmask12_32
3rdparty/simdcomp/src/simdbitpacking.c:1098
← previousnext →1,201–1,300 of 7,064, ranked by callers