Searched refs:DB_Locked (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dbuild.c52 DbClearProperty(db, i, DB_Locked);
2121 if( DbHasProperty(db, iDb, DB_Locked) ) return;
2126 DbSetProperty(db, iDb, DB_Locked);
2133 DbSetProperty(db, iDb, DB_Locked);
H A DsqliteInt.h289 ** The DB_Locked flag is set when the first OP_Transaction or OP_Checkpoint
303 #define DB_Locked 0x0001 /* OP_Transaction opcode has been emitted */ macro

Completed in 24 milliseconds