Lines Matching defs:dstat
101 db_status dstat;
142 dstat = InUseDictionary->commit(t->objPath);
143 if (dstat == DB_SUCCESS) {
148 myself, dstat, NIL(t->objName));
183 if ((dstat = InUseDictionary->defer(t->objPath)) ==
191 myself, NIL(t->objName), dstat);
344 db_status dstat;
363 dstat = InUseDictionary->rollback(t->objPath);
364 if (dstat != DB_SUCCESS) {
367 myself, dstat, NIL(t->objName));
424 dstat = InUseDictionary->rollback(t->objPath);
425 if (dstat != DB_SUCCESS) {
430 myself, dstat, NIL(t->objName));
475 dstat = InUseDictionary->rollback(t->objPath);
476 if (dstat != DB_SUCCESS) {
481 myself, dstat, NIL(t->objName));
559 dstat = InUseDictionary->rollback(t->objPath);
560 if (dstat != DB_SUCCESS) {
563 myself, dstat, NIL(t->objName));
871 dstat = InUseDictionary->commit(t->objPath);
872 if (dstat != DB_SUCCESS) {
875 myself, dstat, NIL(t->objName));
879 if (arg->isDeferred && dstat == DB_SUCCESS)