Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwindow.c2230 int jumpOnEof /* Jump here if stepped cursor reaches EOF */ in windowCodeOp() argument
2246 assert( regCountdown==0 && jumpOnEof==0 ); in windowCodeOp()
2342 if( jumpOnEof ){ in windowCodeOp()