yDbMask 10545 third_party/sqlite/amalgamation/sqlite3.c yDbMask writeMask; /* Start a write transaction on these databases */ yDbMask 10546 third_party/sqlite/amalgamation/sqlite3.c yDbMask cookieMask; /* Bitmask of schema verified databases */ yDbMask 12519 third_party/sqlite/amalgamation/sqlite3.c yDbMask btreeMask; /* Bitmask of db->aDb[] entries referenced */ yDbMask 12520 third_party/sqlite/amalgamation/sqlite3.c yDbMask lockMask; /* Subset of btreeMask that requires a lock */ yDbMask 58084 third_party/sqlite/amalgamation/sqlite3.c assert( i>=0 && i<p->db->nDb && i<(int)sizeof(yDbMask)*8 ); yDbMask 58086 third_party/sqlite/amalgamation/sqlite3.c p->btreeMask |= ((yDbMask)1)<<i; yDbMask 58088 third_party/sqlite/amalgamation/sqlite3.c p->lockMask |= ((yDbMask)1)<<i; yDbMask 58116 third_party/sqlite/amalgamation/sqlite3.c yDbMask mask; yDbMask 58138 third_party/sqlite/amalgamation/sqlite3.c yDbMask mask; yDbMask 65151 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p1))!=0 ); yDbMask 65209 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<u.at.iDb))!=0 ); yDbMask 65232 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p1))!=0 ); yDbMask 65283 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p1))!=0 ); yDbMask 65390 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<u.aw.iDb))!=0 ); yDbMask 66928 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<u.br.iDb))!=0 ); yDbMask 66968 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p2))!=0 ); yDbMask 67015 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p1))!=0 ); yDbMask 67181 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p5))!=0 ); yDbMask 67826 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p1))!=0 ); yDbMask 67875 third_party/sqlite/amalgamation/sqlite3.c assert( (p->btreeMask & (((yDbMask)1)<<p1))!=0 ); yDbMask 76990 third_party/sqlite/amalgamation/sqlite3.c yDbMask mask; yDbMask 80334 third_party/sqlite/amalgamation/sqlite3.c yDbMask mask; yDbMask 80340 third_party/sqlite/amalgamation/sqlite3.c mask = ((yDbMask)1)<<iDb; yDbMask 80382 third_party/sqlite/amalgamation/sqlite3.c pToplevel->writeMask |= ((yDbMask)1)<<iDb; yDbMask 151 third_party/sqlite/src/src/build.c yDbMask mask; yDbMask 3495 third_party/sqlite/src/src/build.c yDbMask mask; yDbMask 3501 third_party/sqlite/src/src/build.c mask = ((yDbMask)1)<<iDb; yDbMask 3543 third_party/sqlite/src/src/build.c pToplevel->writeMask |= ((yDbMask)1)<<iDb; yDbMask 2200 third_party/sqlite/src/src/sqliteInt.h yDbMask writeMask; /* Start a write transaction on these databases */ yDbMask 2201 third_party/sqlite/src/src/sqliteInt.h yDbMask cookieMask; /* Bitmask of schema verified databases */ yDbMask 2801 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p1))!=0 ); yDbMask 2857 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<iDb))!=0 ); yDbMask 2878 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p1))!=0 ); yDbMask 2927 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p1))!=0 ); yDbMask 3032 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<iDb))!=0 ); yDbMask 4528 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<iDb))!=0 ); yDbMask 4566 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p2))!=0 ); yDbMask 4611 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p1))!=0 ); yDbMask 4773 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p5))!=0 ); yDbMask 5398 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<pOp->p1))!=0 ); yDbMask 5447 third_party/sqlite/src/src/vdbe.c assert( (p->btreeMask & (((yDbMask)1)<<p1))!=0 ); yDbMask 305 third_party/sqlite/src/src/vdbeInt.h yDbMask btreeMask; /* Bitmask of db->aDb[] entries referenced */ yDbMask 306 third_party/sqlite/src/src/vdbeInt.h yDbMask lockMask; /* Subset of btreeMask that requires a lock */ yDbMask 959 third_party/sqlite/src/src/vdbeaux.c assert( i>=0 && i<p->db->nDb && i<(int)sizeof(yDbMask)*8 ); yDbMask 961 third_party/sqlite/src/src/vdbeaux.c p->btreeMask |= ((yDbMask)1)<<i; yDbMask 963 third_party/sqlite/src/src/vdbeaux.c p->lockMask |= ((yDbMask)1)<<i; yDbMask 991 third_party/sqlite/src/src/vdbeaux.c yDbMask mask; yDbMask 1013 third_party/sqlite/src/src/vdbeaux.c yDbMask mask;