Searched refs:alreadyExists (Results 1 – 1 of 1) sorted by relevance
2649 int alreadyExists = 0; in sqliteVdbeExec() local2657 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()