Lines Matching refs:finished
952 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2146 ** ^If an SQL operation is very nearly finished at the time when
2350 ** After the application has finished with the result from sqlite3_get_table(),
3111 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
3306 ** string after SQLite has finished with it. ^The destructor is called
3571 ** ^[SQLITE_DONE] means that the statement has finished executing
4311 ** finished using that result.
4316 ** when it has finished using that result.
9880 u8 done; /* A flag to indicate when processing is finished */
10554 int isInit; /* True after initialization has finished */
12058 ** values stored in the Vdbe struct. When the sub-program is finished,
15174 ** changed) master chunk once this routine has finished.
34285 ** After all inserts are finished, it is possible to extract the
35079 ** * All writing and syncing of journal and database data has finished.
40030 ** when it has an open transaction, but never to DBMOD or FINISHED.
42679 goto finished;
42693 goto finished;
42701 goto finished;
42743 finished:
43024 ** WalIterator object when it has finished with it.
43574 ** it finished. Leaving a corrupt image in the database file.
48336 ** If the incremental vacuum is finished after this function has run,
48337 ** SQLITE_DONE is returned. If it is not finished, but no error occurred,
51769 TRACE(("BALANCE: finished: old=%d new=%d cells=%d\n",
56397 ** listing has finished and sqlite3_step() should return SQLITE_DONE.
60547 ** After this routine has finished, sqlite3VdbeFinalize() should be
65883 ** the P1 database. If the vacuum has finished, jump to instruction
66434 /* If we reach this point, it means that execution is finished with
73284 ** after parsing is finished.
92384 ** the calling procedure is finished using it.
92725 Trigger *pTrig = pParse->pNewTrigger; /* Trigger being finished */
94153 ** When finished, drop the ephemeral table.
97578 ** everybody has finished with it.
99268 ** Goto B # The loop is finished.
99915 WHERETRACE(("*** Optimizer Finished ***\n"));
101581 ** being destroyed before it is finished parsing.
104898 ** thread has finished the initialization process, then the subsequent
107610 ** the transaction opened by database db has just finished. Locks held
110930 ** freeing the space when it has finished.
116709 if( nSegment==0 ) goto finished;
116723 if( rc!=SQLITE_OK ) goto finished;
116745 goto finished;
116761 if( rc!=SQLITE_OK ) goto finished;
116802 goto finished;
116820 if( rc!=SQLITE_OK ) goto finished;
116829 goto finished;
116834 if( rc!=SQLITE_OK ) goto finished;
116839 finished:
116875 if( rc!=SQLITE_OK ) goto finished;
116877 if( rc!=SQLITE_OK ) goto finished;
116890 if( rc!=SQLITE_OK ) goto finished;
116892 if( rc!=SQLITE_OK ) goto finished;
116901 goto finished;
116911 if( rc!=SQLITE_OK ) goto finished;
116916 goto finished;
116925 if( rc!=SQLITE_OK ) goto finished;
116933 if( rc!=SQLITE_OK ) goto finished;
116940 finished:
118450 ** finished iterating through all offsets for all columns.
118542 /* The following loop runs until all iterators in aIter[] have finished
119938 ** record (i.e if the scan has finished), or zero otherwise.