Lines Matching refs:finished
398 ** finished. The sqlite3_close_v2() interface is intended for use with
544 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2083 ** ^If an SQL operation is very nearly finished at the time when
2282 ** After the application has finished with the result from sqlite3_get_table(),
3247 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
3491 ** string after SQLite has finished with it. ^The destructor is called
3760 ** ^[SQLITE_DONE] means that the statement has finished executing
4546 ** finished using that result.
4551 ** when it has finished using that result.
11474 unsigned done :1; /* A flag to indicate when processing is finished */
12208 int isInit; /* True after initialization has finished */
13972 ** values stored in the Vdbe struct. When the sub-program is finished,
17415 ** changed) master chunk once this routine has finished.
39617 ** After all inserts are finished, it is possible to extract the
40521 ** * All writing and syncing of journal and database data has finished.
45866 ** when it has an open transaction, but never to DBMOD or FINISHED.
48602 goto finished;
48616 goto finished;
48624 goto finished;
48666 finished:
49000 ** WalIterator object when it has finished with it.
49260 ** readers have finished using the wal file. This ensures that the next
49644 ** it finished. Leaving a corrupt image in the database file.
54685 ** If the incremental vacuum is finished after this function has run,
54686 ** SQLITE_DONE is returned. If it is not finished, but no error occurred,
58262 TRACE(("BALANCE: finished: old=%d new=%d cells=%d\n",
63547 ** listing has finished and sqlite3_step() should return SQLITE_DONE.
73887 ** the P1 database. If the vacuum has finished, jump to instruction
74468 /* If we reach this point, it means that execution is finished with
83324 ** after parsing is finished.
90244 ** when it has finished using it.
106975 ** the calling procedure is finished using it.
107334 Trigger *pTrig = pParse->pNewTrigger; /* Trigger being finished */
108878 ** When finished, drop the ephemeral table.
114295 ** Goto B # The loop is finished.
117125 WHERETRACE(0xffff,("*** Optimizer Finished ***\n"));
118822 ** being destroyed before it is finished parsing.
122262 ** thread has finished the initialization process, then the subsequent
123056 ** finished, then free all resources.
125832 ** the transaction opened by database db has just finished. Locks held
129623 if( rc!=SQLITE_OK ) goto finished;
129632 if( rc!=SQLITE_OK ) goto finished;
129637 finished:
139547 /* If all the seg-readers are at EOF, we're finished. return SQLITE_OK. */
139869 if( rc!=SQLITE_OK || csr.nSegment==0 ) goto finished;
139873 if( rc!=SQLITE_OK ) goto finished;
139883 goto finished;
139898 if( rc!=SQLITE_OK ) goto finished;
139915 if( rc!=SQLITE_OK ) goto finished;
139922 if( rc!=SQLITE_OK ) goto finished;
139933 finished:
140461 ** node is finished and written to disk. The key (zTerm/nTerm) is guaranteed
143253 ** finished iterating through all offsets for all columns.
145545 ** record (i.e if the scan has finished), or zero otherwise.