Home | History | Annotate | Download | only in dist

Lines Matching refs:finished

959 #define SQLITE_DONE        101  /* sqlite3_step() has finished executing */
2153 ** ^If an SQL operation is very nearly finished at the time when
2357 ** After the application has finished with the result from sqlite3_get_table(),
3118 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
3313 ** string after SQLite has finished with it. ^The destructor is called
3578 ** ^[SQLITE_DONE] means that the statement has finished executing
4318 ** finished using that result.
4323 ** when it has finished using that result.
9887 u8 done; /* A flag to indicate when processing is finished */
10561 int isInit; /* True after initialization has finished */
12065 ** values stored in the Vdbe struct. When the sub-program is finished,
15181 ** changed) master chunk once this routine has finished.
34292 ** After all inserts are finished, it is possible to extract the
35086 ** * All writing and syncing of journal and database data has finished.
40037 ** when it has an open transaction, but never to DBMOD or FINISHED.
42686 goto finished;
42700 goto finished;
42708 goto finished;
42750 finished:
43031 ** WalIterator object when it has finished with it.
43581 ** it finished. Leaving a corrupt image in the database file.
48343 ** If the incremental vacuum is finished after this function has run,
48344 ** SQLITE_DONE is returned. If it is not finished, but no error occurred,
51776 TRACE(("BALANCE: finished: old=%d new=%d cells=%d\n",
56404 ** listing has finished and sqlite3_step() should return SQLITE_DONE.
60554 ** After this routine has finished, sqlite3VdbeFinalize() should be
65890 ** the P1 database. If the vacuum has finished, jump to instruction
66441 /* If we reach this point, it means that execution is finished with
73291 ** after parsing is finished.
92391 ** the calling procedure is finished using it.
92732 Trigger *pTrig = pParse->pNewTrigger; /* Trigger being finished */
94160 ** When finished, drop the ephemeral table.
97585 ** everybody has finished with it.
99275 ** Goto B # The loop is finished.
99922 WHERETRACE(("*** Optimizer Finished ***\n"));
101588 ** being destroyed before it is finished parsing.
104905 ** thread has finished the initialization process, then the subsequent
107638 ** the transaction opened by database db has just finished. Locks held
110958 ** freeing the space when it has finished.
116740 if( nSegment==0 ) goto finished;
116754 if( rc!=SQLITE_OK ) goto finished;
116776 goto finished;
116792 if( rc!=SQLITE_OK ) goto finished;
116833 goto finished;
116851 if( rc!=SQLITE_OK ) goto finished;
116860 goto finished;
116865 if( rc!=SQLITE_OK ) goto finished;
116870 finished:
116906 if( rc!=SQLITE_OK ) goto finished;
116908 if( rc!=SQLITE_OK ) goto finished;
116921 if( rc!=SQLITE_OK ) goto finished;
116923 if( rc!=SQLITE_OK ) goto finished;
116932 goto finished;
116942 if( rc!=SQLITE_OK ) goto finished;
116947 goto finished;
116956 if( rc!=SQLITE_OK ) goto finished;
116964 if( rc!=SQLITE_OK ) goto finished;
116971 finished:
118481 ** finished iterating through all offsets for all columns.
118573 /* The following loop runs until all iterators in aIter[] have finished
119969 ** record (i.e if the scan has finished), or zero otherwise.