Lines Matching defs:done

4072 ** ^Conversions between UTF-16be and UTF-16le are always done in place and do
4075 ** of conversion are done in place when it is possible, but sometimes they
7352 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
9063 ** prematurely, old temporary files can be easily identified. This can be done
9870 ** next time a statement is prepared using said sqlite3*. This is done
9964 ** done as a macro so that it will be optimized out when virtual
10412 u8 done; /* A flag to indicate when processing is finished */
12614 /* Result of last sqlite3BtreeMoveto() done by an OP_NotExists or
15565 ** this is done, the chunk index refers to the second block of
19124 etByte done; /* Loop termination flag */
19159 done = 0;
19168 default: done = 1; break;
19170 }while( !done && (c=(*++fmt))!=0 );
20466 ** The translation is done in-place and aborted if the output
20784 ** the quote characters. The conversion is done in-place. If the
21356 /* we can skip these cause they were (effectively) done above in calc'ing s */
21377 /* we can skip this cause it was (effectively) done above in calc'ing s */
24390 ** The differences are in the way that file locking is done. The default
25741 ** the first page of the database, no damage is done.
28110 /* The pager calls this method to signal that it has done
28482 ** at pShmNode->pFirst. This must be done while holding the pShmNode->mutex
33555 ** at pShmNode->pFirst. This must be done while holding the pShmNode->mutex
35966 ** (2) even if an incorrect value is read, no great harm is done since this
38065 ** is disabled altogether. This is done in a very obscure case that
38958 ** is done.
39657 ** or savepoint rollback done at the request of the caller) or this is
40256 ** so that no further harm will be done. Perhaps the next
41226 ** truncation will be done when the current transaction is committed.
41292 ** If this is not done, then an unsynced portion of the open journal
42852 ** This is done before calling sqlite3PcacheMakeDirty() on the page.
42853 ** Otherwise, if it were done after calling sqlite3PcacheMakeDirty(), then
43105 ** If the isDirectMode flag is zero, then this is done by calling
43453 ** for hot-journal rollback. Once this is done the transaction is
46405 ** instances of time. No I/O or other system calls are done while the
46787 ** End a write transaction. The commit has already been done. This
47182 ** This has to be done before the call to walIndexReadHdr() below.
49918 ** But no harm is done by this. And it is very important that
51699 ** No checking is done to make sure that page iTable really is the
53007 ** sqlite3PagerUnref() on the new page when it is done.
55862 ** These checks are done:
60051 ** be done before determining whether a master journal file is
64976 /* The app-defined function has done something that as caused this
68516 ** If P5 is not zero, the check is done on the auxiliary database
69866 ** This is done directly instead of using sqlite3_bind_int64() to avoid
72555 pOrderBy->a[i].done = 0;
72570 if( pItem->done ) continue;
72598 pItem->done = 1;
72606 if( pOrderBy->a[i].done==0 ){
73891 pItem->done = 0;
75609 ** see if it is a column in a virtual table. This is done because
75994 ** better done in-line. If we factor them, they will just end
79398 ** names is done.) The search order is TEMP first, then MAIN, then any
79466 ** for duplicate index names is done.) The search order is
80925 ** to be permanent. So the computation is done on a copy of the SELECT
81259 ** the table being dropped. This is done before the table is dropped
89981 ** should be passed into sqlite3BtreeSetSafetyLevel(). The is done
90088 ** as needing reloading. This must be done when using the SQLITE_TEMP_STORE
91200 ** is executed, this is done before the ATTACH operation.
98695 ** into a register. This is done if there are no BEFORE triggers, or
99466 ** caller. This is done to protect the sqlite3.pDisconnect list. The
103718 ** IMPLEMENTATION-OF: R-24597-58655 No tests are done for terms that are
113386 ** connections. But it is the best that can be done under the
114596 ** the quote characters. The conversion is done in-place. If the
114748 ** passed as the first argument. This is done as part of the xConnect()
114788 ** required by the FTS3 table passed as the only argument. This is done
115405 ** work is done in function fts3InitVtab().
115464 ** rowid/docid lookup, prefer the MATCH strategy. This is done even
116467 ** doclists to merge, the merging is done pair-wise using the TermSelect
126056 ** This is done as part of extracting the snippet text, not when selecting
126057 ** the snippet. Snippet selection is done based on doclists only, so there
126191 /* Now that the shift has been done, check if the initial "..." are
126275 ** file system. This is done because the full-text index doclist is required