Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c2649 int alreadyExists = 0; in sqliteVdbeExec() local
2657 alreadyExists = rx==SQLITE_OK && res==0; in sqliteVdbeExec()
2661 if( alreadyExists ) pc = pOp->p2 - 1; in sqliteVdbeExec()
2663 if( !alreadyExists ) pc = pOp->p2 - 1; in sqliteVdbeExec()