Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbe.c5136 int alreadyExists; in sqlite3VdbeExec() local
5187 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()