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.
39637 ** After all inserts are finished, it is possible to extract the
40541 ** * All writing and syncing of journal and database data has finished.
45886 ** when it has an open transaction, but never to DBMOD or FINISHED.
48622 goto finished;
48636 goto finished;
48644 goto finished;
48686 finished:
49020 ** WalIterator object when it has finished with it.
49280 ** readers have finished using the wal file. This ensures that the next
49664 ** it finished. Leaving a corrupt image in the database file.
54705 ** If the incremental vacuum is finished after this function has run,
54706 ** SQLITE_DONE is returned. If it is not finished, but no error occurred,
58282 TRACE(("BALANCE: finished: old=%d new=%d cells=%d\n",
63567 ** listing has finished and sqlite3_step() should return SQLITE_DONE.
73907 ** the P1 database. If the vacuum has finished, jump to instruction
74488 /* If we reach this point, it means that execution is finished with
83344 ** after parsing is finished.
90264 ** when it has finished using it.
106995 ** the calling procedure is finished using it.
107354 Trigger *pTrig = pParse->pNewTrigger; /* Trigger being finished */
108898 ** When finished, drop the ephemeral table.
114315 ** Goto B # The loop is finished.
117145 WHERETRACE(0xffff,("*** Optimizer Finished ***\n"));
118842 ** being destroyed before it is finished parsing.
122282 ** thread has finished the initialization process, then the subsequent
123076 ** finished, then free all resources.
125852 ** the transaction opened by database db has just finished. Locks held
129643 if( rc!=SQLITE_OK ) goto finished;
129652 if( rc!=SQLITE_OK ) goto finished;
129657 finished:
139579 /* If all the seg-readers are at EOF, we're finished. return SQLITE_OK. */
139901 if( rc!=SQLITE_OK || csr.nSegment==0 ) goto finished;
139905 if( rc!=SQLITE_OK ) goto finished;
139915 goto finished;
139930 if( rc!=SQLITE_OK ) goto finished;
139947 if( rc!=SQLITE_OK ) goto finished;
139954 if( rc!=SQLITE_OK ) goto finished;
139965 finished:
140493 ** node is finished and written to disk. The key (zTerm/nTerm) is guaranteed
143285 ** finished iterating through all offsets for all columns.
145577 ** record (i.e if the scan has finished), or zero otherwise.