Lines Matching defs:dstat
104 db_status dstat;
145 dstat = InUseDictionary->commit(t->objPath);
146 if (dstat == DB_SUCCESS) {
151 myself, dstat, NIL(t->objName));
186 if ((dstat = InUseDictionary->defer(t->objPath)) ==
194 myself, NIL(t->objName), dstat);
346 db_status dstat;
365 dstat = InUseDictionary->rollback(t->objPath);
366 if (dstat != DB_SUCCESS) {
369 myself, dstat, NIL(t->objName));
426 dstat = InUseDictionary->rollback(t->objPath);
427 if (dstat != DB_SUCCESS) {
432 myself, dstat, NIL(t->objName));
477 dstat = InUseDictionary->rollback(t->objPath);
478 if (dstat != DB_SUCCESS) {
483 myself, dstat, NIL(t->objName));
561 dstat = InUseDictionary->rollback(t->objPath);
562 if (dstat != DB_SUCCESS) {
565 myself, dstat, NIL(t->objName));
873 dstat = InUseDictionary->commit(t->objPath);
874 if (dstat != DB_SUCCESS) {
877 myself, dstat, NIL(t->objName));
881 if (arg->isDeferred && dstat == DB_SUCCESS)