Home
last modified time | relevance | path

Searched refs:opflags (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.c5667 int opflags; in sqlite3VdbeExec() local
5669 opflags = pOp->p2; in sqlite3VdbeExec()
5714 assert( !(opflags & OPFLAG_ISUPDATE) in sqlite3VdbeExec()
5719 (opflags & OPFLAG_ISUPDATE) ? SQLITE_UPDATE : SQLITE_DELETE, in sqlite3VdbeExec()
5724 if( opflags & OPFLAG_ISNOOP ) break; in sqlite3VdbeExec()
5752 if( opflags & OPFLAG_NCHANGE ){ in sqlite3VdbeExec()