Home
last modified time | relevance | path

Searched refs:curr_val (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/dports/shells/psh/psh-1.8.1/lib/Psh/Builtins/
H A DTieopt.pm80 $curr_val = Psh::Options::get_option($name);
82 $actual_type = ref $curr_val;
84 if (defined $curr_val) {
85 if (ref $curr_val) {
86 if (ref $curr_val eq 'ARRAY' and @$curr_val) {
89 if (ref $curr_val eq 'HASH' and keys %curr_val) {
94 if ($curr_val) {
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_main() local
97 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_main()
104 assert(curr_val.size == 4); in test_main()
108 DBT curr_key, curr_val; in test_main() local
110 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
118 &curr_val, in test_main()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_main()
125 assert(curr_val.size == 4); in test_main()
H A Disolation-read-committed.cc123 DBT curr_key, curr_val; in test_main() local
127 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
134 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
136 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
138 r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
140 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
144 …r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR2(r, DB_NOTFOUN… in test_main()
145 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
147 assert(((char *)(curr_val.data))[0] == 'y'); in test_main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_main() local
97 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_main()
104 assert(curr_val.size == 4); in test_main()
108 DBT curr_key, curr_val; in test_main() local
110 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
118 &curr_val, in test_main()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_main()
125 assert(curr_val.size == 4); in test_main()
H A Disolation-read-committed.cc123 DBT curr_key, curr_val; in test_main() local
127 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
134 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
136 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
138 r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
140 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
144 …r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR2(r, DB_NOTFOUN… in test_main()
145 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
147 assert(((char *)(curr_val.data))[0] == 'y'); in test_main()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_main() local
97 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_main()
104 assert(curr_val.size == 4); in test_main()
108 DBT curr_key, curr_val; in test_main() local
110 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
118 &curr_val, in test_main()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_main()
125 assert(curr_val.size == 4); in test_main()
H A Disolation-read-committed.cc123 DBT curr_key, curr_val; in test_main() local
127 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
134 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
136 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
138 r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
140 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
144 …r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR2(r, DB_NOTFOUN… in test_main()
145 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
147 assert(((char *)(curr_val.data))[0] == 'y'); in test_main()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_main() local
97 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_main()
104 assert(curr_val.size == 4); in test_main()
108 DBT curr_key, curr_val; in test_main() local
110 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
118 &curr_val, in test_main()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_main()
125 assert(curr_val.size == 4); in test_main()
H A Disolation-read-committed.cc123 DBT curr_key, curr_val; in test_main() local
127 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
134 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
136 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
138 r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
140 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
144 …r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR2(r, DB_NOTFOUN… in test_main()
145 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
147 assert(((char *)(curr_val.data))[0] == 'y'); in test_main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_main() local
97 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_main()
104 assert(curr_val.size == 4); in test_main()
108 DBT curr_key, curr_val; in test_main() local
110 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
118 &curr_val, in test_main()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_main()
125 assert(curr_val.size == 4); in test_main()
H A Disolation-read-committed.cc123 DBT curr_key, curr_val; in test_main() local
127 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
134 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
136 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
138 r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
140 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
144 …r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR2(r, DB_NOTFOUN… in test_main()
145 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
147 assert(((char *)(curr_val.data))[0] == 'y'); in test_main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_main() local
97 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_main()
104 assert(curr_val.size == 4); in test_main()
108 DBT curr_key, curr_val; in test_main() local
110 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
118 &curr_val, in test_main()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_main()
125 assert(curr_val.size == 4); in test_main()
H A Disolation-read-committed.cc123 DBT curr_key, curr_val; in test_main() local
127 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
134 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
136 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
138 r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
140 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
144 …r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR2(r, DB_NOTFOUN… in test_main()
145 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
147 assert(((char *)(curr_val.data))[0] == 'y'); in test_main()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_main() local
97 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_main()
104 assert(curr_val.size == 4); in test_main()
108 DBT curr_key, curr_val; in test_main() local
110 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
118 &curr_val, in test_main()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_main()
125 assert(curr_val.size == 4); in test_main()
H A Disolation-read-committed.cc123 DBT curr_key, curr_val; in test_main() local
127 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
134 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
136 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
138 r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
140 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
144 …r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR2(r, DB_NOTFOUN… in test_main()
145 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
147 assert(((char *)(curr_val.data))[0] == 'y'); in test_main()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val;
97 memset(&curr_val, 0, sizeof(curr_val));
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r);
102 assert((*(uint32_t *)(curr_val.data)) == i);
104 assert(curr_val.size == 4);
108 DBT curr_key, curr_val;
110 memset(&curr_val, 0, sizeof(curr_val));
118 &curr_val,
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1));
125 assert(curr_val.size == 4);
H A Disolation-read-committed.cc123 DBT curr_key, curr_val;
127 memset(&curr_val, 0, sizeof(curr_val));
134 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r);
136 assert(((char *)(curr_val.data))[0] == 'x');
138 r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR(r);
140 assert(((char *)(curr_val.data))[0] == 'x');
144 …r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR2(r, DB_NOTFOUN…
145 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r);
147 assert(((char *)(curr_val.data))[0] == 'y');
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_main() local
97 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_main()
104 assert(curr_val.size == 4); in test_main()
108 DBT curr_key, curr_val; in test_main() local
110 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
118 &curr_val, in test_main()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_main()
125 assert(curr_val.size == 4); in test_main()
H A Disolation-read-committed.cc123 DBT curr_key, curr_val; in test_main() local
127 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
134 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
136 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
138 r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
140 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
144 …r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR2(r, DB_NOTFOUN… in test_main()
145 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
147 assert(((char *)(curr_val.data))[0] == 'y'); in test_main()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_env()
97 memset(&curr_val, 0, sizeof(curr_val)); in test_env()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_env()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_env()
104 assert(curr_val.size == 4); in test_env()
108 DBT curr_key, curr_val; in test_env()
110 memset(&curr_val, 0, sizeof(curr_val)); in test_env()
118 &curr_val, in test_env()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_env()
125 assert(curr_val.size == 4); in test_env()
H A Disolation-read-committed.cc123 DBT curr_key, curr_val; in test_main() local
127 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
134 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
136 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
138 r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
140 assert(((char *)(curr_val.data))[0] == 'x'); in test_main()
144 …r = cursor_committed->c_get(cursor_committed, &curr_key, &curr_val, DB_NEXT); CKERR2(r, DB_NOTFOUN… in test_main()
145 r = cursor_uncommitted->c_get(cursor_uncommitted, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
147 assert(((char *)(curr_val.data))[0] == 'y'); in test_main()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_main() local
97 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_main()
104 assert(curr_val.size == 4); in test_main()
108 DBT curr_key, curr_val; in test_main() local
110 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
118 &curr_val, in test_main()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_main()
125 assert(curr_val.size == 4); in test_main()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/src/tests/
H A Dmvcc-many-committed.cc95 DBT curr_key, curr_val; in test_main() local
97 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
100 r = snapshot_cursor->c_get(snapshot_cursor, &curr_key, &curr_val, DB_NEXT); CKERR(r); in test_main()
102 assert((*(uint32_t *)(curr_val.data)) == i); in test_main()
104 assert(curr_val.size == 4); in test_main()
108 DBT curr_key, curr_val; in test_main() local
110 memset(&curr_val, 0, sizeof(curr_val)); in test_main()
118 &curr_val, in test_main()
123 assert((*(uint32_t *)(curr_val.data)) == (num_read_txns - 1)); in test_main()
125 assert(curr_val.size == 4); in test_main()
/dports/www/node10/node-v10.24.1/tools/
H A Dgenv8constants.py55 curr_val = 0 variable
59 global curr_sym, curr_val, curr_octet
61 curr_val = 0
65 global curr_sym, curr_val, curr_octet, outfile, octets
67 wrapped_val = curr_val & 0xffffffff
68 if curr_val & 0x80000000 != 0:
94 curr_val += int('0x%s' % octetstr, 16) << (curr_octet * 8)
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/smarty/xoops_plugins/
H A Dmodifier.debug_print_var.php31 foreach ($var as $curr_key => $curr_val) {
32 $return = smarty_modifier_debug_print_var($curr_val, $depth + 1, $length);
38 foreach ($object_vars as $curr_key => $curr_val) {
39 if (is_object($curr_val)) {
40 $return = '[object ' . get_class($curr_val) . ']';
42 $return = smarty_modifier_debug_print_var($curr_val, $depth + 1, $length);

12345678910>>...15