Home | History | Annotate | Download | only in orig

Lines Matching refs:finished

960 #define SQLITE_DONE        101  /* sqlite3_step() has finished executing */
2340 ** ^If an SQL operation is very nearly finished at the time when
2544 ** After the application has finished with the result from sqlite3_get_table(),
3463 finished with it.
3701 ** string after SQLite has finished with it. ^The destructor is called
3970 ** ^[SQLITE_DONE] means that the statement has finished executing
4725 ** finished using that result.
4730 ** when it has finished using that result.
10667 u8 done; /* A flag to indicate when processing is finished */
11359 int isInit; /* True after initialization has finished */
12925 ** values stored in the Vdbe struct. When the sub-program is finished,
16300 ** changed) master chunk once this routine has finished.
37884 ** After all inserts are finished, it is possible to extract the
38701 ** * All writing and syncing of journal and database data has finished.
43708 ** when it has an open transaction, but never to DBMOD or FINISHED.
46454 goto finished;
46468 goto finished;
46476 goto finished;
46518 finished:
46850 ** WalIterator object when it has finished with it.
47109 ** readers have finished using the wal file. This ensures that the next
47493 ** it finished. Leaving a corrupt image in the database file.
52362 ** If the incremental vacuum is finished after this function has run,
52363 ** SQLITE_DONE is returned. If it is not finished, but no error occurred,
55891 TRACE(("BALANCE: finished: old=%d new=%d cells=%d\n",
60675 ** listing has finished and sqlite3_step() should return SQLITE_DONE.
64967 ** After this routine has finished, sqlite3VdbeFinalize() should be
70542 ** the P1 database. If the vacuum has finished, jump to instruction
71112 /* If we reach this point, it means that execution is finished with
79173 ** after parsing is finished.
99231 ** the calling procedure is finished using it.
99590 Trigger *pTrig = pParse->pNewTrigger; /* Trigger being finished */
101033 ** When finished, drop the ephemeral table.
104840 ** everybody has finished with it.
106803 ** Goto B # The loop is finished.
107501 WHERETRACE(("*** Optimizer Finished ***\n"));
109179 ** being destroyed before it is finished parsing.
112527 ** thread has finished the initialization process, then the subsequent
115699 ** the transaction opened by database db has just finished. Locks held
119282 if( rc!=SQLITE_OK ) goto finished;
119291 if( rc!=SQLITE_OK ) goto finished;
119296 finished:
127707 /* If all the seg-readers are at EOF, we're finished. return SQLITE_OK. */
127894 if( rc!=SQLITE_OK || csr.nSegment==0 ) goto finished;
127903 goto finished;
127919 if( rc!=SQLITE_OK ) goto finished;
127935 if( rc!=SQLITE_OK ) goto finished;
127942 if( rc!=SQLITE_OK ) goto finished;
127946 finished:
129486 ** finished iterating through all offsets for all columns.
130966 ** record (i.e if the scan has finished), or zero otherwise.