Lines Matching refs:rstat
833 db_status rstat; in remove() local
895 rstat = remove_aux(rp->getlocation()); in remove()
896 if (rstat != DB_SUCCESS) { in remove()
897 WRITEUNLOCK2(table, this, rstat, rstat, in remove()
900 return (rstat); in remove()
926 db_status rstat; in add() local
945 rstat = remove_aux(rp->getlocation()); in add()
946 if (rstat != DB_SUCCESS) { in add()
947 WRITEUNLOCK2(this, table, rstat, rstat, in add()
950 return (rstat); in add()
1019 rstat = DB_SUCCESS; in add()
1021 rstat = DB_NOTUNIQUE; in add()
1023 WRITEUNLOCK2(this, table, rstat, rstat, in add()
1026 return (rstat); in add()