Home | History | Annotate | Download | only in test

Lines Matching full:err_status_ok

156   if (rdbx_check(rdbx, delta) != err_status_ok) {
166 if (rdbx_add_index(rdbx, delta) != err_status_ok) {
171 return err_status_ok;
190 if (status == err_status_ok) {
196 return err_status_ok;
204 if ((rstat != err_status_ok) && (rstat != err_status_replay_old)) {
208 return err_status_ok;
258 if (rdbx_init(&rdbx, ws) != err_status_ok) {
285 if (rdbx_init(&rdbx, ws) != err_status_ok) {
304 return err_status_ok;
321 if (rdbx_init(&rdbx, ws) != err_status_ok) {
332 if (rdbx_check(&rdbx, delta) != err_status_ok)
335 if (rdbx_add_index(&rdbx, delta) != err_status_ok)