Home | History | Annotate | Download | only in dist

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.
37895 ** After all inserts are finished, it is possible to extract the
38712 ** * All writing and syncing of journal and database data has finished.
43719 ** when it has an open transaction, but never to DBMOD or FINISHED.
46465 goto finished;
46479 goto finished;
46487 goto finished;
46529 finished:
46861 ** WalIterator object when it has finished with it.
47120 ** readers have finished using the wal file. This ensures that the next
47504 ** it finished. Leaving a corrupt image in the database file.
52373 ** If the incremental vacuum is finished after this function has run,
52374 ** SQLITE_DONE is returned. If it is not finished, but no error occurred,
55902 TRACE(("BALANCE: finished: old=%d new=%d cells=%d\n",
60686 ** listing has finished and sqlite3_step() should return SQLITE_DONE.
64978 ** After this routine has finished, sqlite3VdbeFinalize() should be
70553 ** the P1 database. If the vacuum has finished, jump to instruction
71123 /* If we reach this point, it means that execution is finished with
79184 ** after parsing is finished.
99242 ** the calling procedure is finished using it.
99601 Trigger *pTrig = pParse->pNewTrigger; /* Trigger being finished */
101044 ** When finished, drop the ephemeral table.
104851 ** everybody has finished with it.
106814 ** Goto B # The loop is finished.
107512 WHERETRACE(("*** Optimizer Finished ***\n"));
109190 ** being destroyed before it is finished parsing.
112538 ** thread has finished the initialization process, then the subsequent
115725 ** the transaction opened by database db has just finished. Locks held
119308 if( rc!=SQLITE_OK ) goto finished;
119317 if( rc!=SQLITE_OK ) goto finished;
119322 finished:
127736 /* If all the seg-readers are at EOF, we're finished. return SQLITE_OK. */
127923 if( rc!=SQLITE_OK || csr.nSegment==0 ) goto finished;
127932 goto finished;
127948 if( rc!=SQLITE_OK ) goto finished;
127964 if( rc!=SQLITE_OK ) goto finished;
127971 if( rc!=SQLITE_OK ) goto finished;
127975 finished:
129515 ** finished iterating through all offsets for all columns.
130995 ** record (i.e if the scan has finished), or zero otherwise.