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.
37912 ** After all inserts are finished, it is possible to extract the
38729 ** * All writing and syncing of journal and database data has finished.
43736 ** when it has an open transaction, but never to DBMOD or FINISHED.
46482 goto finished;
46496 goto finished;
46504 goto finished;
46546 finished:
46878 ** WalIterator object when it has finished with it.
47137 ** readers have finished using the wal file. This ensures that the next
47521 ** it finished. Leaving a corrupt image in the database file.
52390 ** If the incremental vacuum is finished after this function has run,
52391 ** SQLITE_DONE is returned. If it is not finished, but no error occurred,
55919 TRACE(("BALANCE: finished: old=%d new=%d cells=%d\n",
60703 ** listing has finished and sqlite3_step() should return SQLITE_DONE.
64995 ** After this routine has finished, sqlite3VdbeFinalize() should be
70570 ** the P1 database. If the vacuum has finished, jump to instruction
71140 /* If we reach this point, it means that execution is finished with
79209 ** after parsing is finished.
99267 ** the calling procedure is finished using it.
99626 Trigger *pTrig = pParse->pNewTrigger; /* Trigger being finished */
101069 ** When finished, drop the ephemeral table.
104876 ** everybody has finished with it.
106839 ** Goto B # The loop is finished.
107537 WHERETRACE(("*** Optimizer Finished ***\n"));
109215 ** being destroyed before it is finished parsing.
112563 ** thread has finished the initialization process, then the subsequent
115735 ** the transaction opened by database db has just finished. Locks held
119318 if( rc!=SQLITE_OK ) goto finished;
119327 if( rc!=SQLITE_OK ) goto finished;
119332 finished:
127755 /* If all the seg-readers are at EOF, we're finished. return SQLITE_OK. */
127942 if( rc!=SQLITE_OK || csr.nSegment==0 ) goto finished;
127951 goto finished;
127967 if( rc!=SQLITE_OK ) goto finished;
127983 if( rc!=SQLITE_OK ) goto finished;
127990 if( rc!=SQLITE_OK ) goto finished;
127994 finished:
129534 ** finished iterating through all offsets for all columns.
131014 ** record (i.e if the scan has finished), or zero otherwise.