Searched refs:alreadyExists (Results 1 – 1 of 1) sorted by relevance
5136 int alreadyExists; in sqlite3VdbeExec() local5187 alreadyExists = (pC->seekResult==0); in sqlite3VdbeExec()5188 pC->nullRow = 1-alreadyExists; in sqlite3VdbeExec()5192 VdbeBranchTaken(alreadyExists!=0,2); in sqlite3VdbeExec()5193 if( alreadyExists ) goto jump_to_p2; in sqlite3VdbeExec()5195 if( !alreadyExists ){ in sqlite3VdbeExec()