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