Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dvdbe.c2651 int alreadyExists = 0; in sqliteVdbeExec() local
2659 alreadyExists = rx==SQLITE_OK && res==0; in sqliteVdbeExec()
2663 if( alreadyExists ) pc = pOp->p2 - 1; in sqliteVdbeExec()
2665 if( !alreadyExists ) pc = pOp->p2 - 1; in sqliteVdbeExec()