Home | History | Annotate | Download | only in test

Lines Matching refs:err

66   err_status_t err;
69 err = test_rdb_db();
70 if (err) {
105 err_status_t err;
107 err = rdb_check(rdb, idx);
108 if ((err != err_status_replay_old) && (err != err_status_replay_fail)) {
134 err_status_t err;
143 err = rdb_check_add(&rdb, idx);
144 if (err)
145 return err;
150 err = rdb_check_expect_failure(&rdb, idx);
151 if (err)
152 return err;
166 err = rdb_check_unordered(&rdb, ircvd);
167 if (err)
168 return err;