Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_VerifyCookie

7901 #define OP_VerifyCookie                        37
63344 case OP_VerifyCookie: {
66636 {OP_VerifyCookie, 0, 0, 0}, /* 1: Check the schema cookie */
66765 /* Configure the OP_VerifyCookie */
70259 /* Code an OP_VerifyCookie and OP_TableLock for <table>. */
75016 sqlite3VdbeAddOp2(v,OP_VerifyCookie, iDb, pParse->cookieValue[iDb]);