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

/osnet-11/usr/src/lib/libsqlite/src/
H A Dbuild.c54 DbClearProperty(db, i, DB_Cookie);
2094 if( iDb!=1 && !DbHasProperty(db, iDb, DB_Cookie) ){
2096 DbSetProperty(db, iDb, DB_Cookie);
H A DsqliteInt.h292 ** the DB_Cookie flag is set when the OP_VerifyCookie opcode is emitted,
304 #define DB_Cookie 0x0002 /* OP_VerifyCookie opcode has been emiited */ macro

Completed in 31 milliseconds