Home
last modified time | relevance | path

Searched refs:keylens (Results 1 – 25 of 78) sorted by relevance

1234

/dports/editors/mg/mg-6.9/
H A Dnbperf.c122 size_t *keylens = NULL; in main() local
219 keylens = realloc(keylens, in main()
220 curalloc * sizeof(*keylens)); in main()
221 if (keylens == NULL) in main()
226 keylens[curlen] = line_len; in main()
236 nbperf.keylens = keylens; in main()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/modules/policy/lua-aho-corasick/tests/
H A Dtest_bigfile.cxx128 unsigned int* keylens = new unsigned int[_keys.size()]; in Run() local
135 keylens[i] = strinfo.second; in Run()
138 buf_header_t* PM = PM_Create(keys, keylens, i); in Run()
140 delete[] keylens; in Run()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/ft/tests/
H A Dtest-hot-with-bounds.cc77 int keylens[2]; in doit() local
78 keylens[0] = 2; in doit()
79 keylens[1] = 2; in doit()
90 r = toku_testsetup_nonleaf(t, 1, &node_root, 3, node_leaf, keys, keylens); in doit()
H A Dorthopush-flush.cc589 uint32_t* keylens = NULL; in flush_to_leaf() local
590 XMALLOC_N(4096, keylens); in flush_to_leaf()
631 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf()
806 toku_free(keylens); in flush_to_leaf()
827 uint32_t* keylens = NULL; in flush_to_leaf_with_keyrange() local
828 XMALLOC_N(4096, keylens); in flush_to_leaf_with_keyrange()
865 toku_fill_dbt(&childkeys[i%8], key_pointers[i], keylens[i]); in flush_to_leaf_with_keyrange()
1003 toku_free(keylens); in flush_to_leaf_with_keyrange()
1025 uint32_t* keylens = NULL; in compare_apply_and_flush() local
1026 XMALLOC_N(4096, keylens); in compare_apply_and_flush()
[all …]

1234