Lines Matching full:discard
5715 ** the application may discard the parameter after the call to
5796 ** as its second argument. ^(If the third parameter, discard, is non-zero,
5799 ** the xFetch() method, it will be zeroed.)^ ^If the discard parameter is
5813 ** ^When SQLite calls the xTruncate() method, the cache must discard all
5834 void (*xUnpin)(sqlite3_pcache*, void*, int discard);
7765 /* Discard the contents of the cache */
26240 ** make sure a call to close() does not cause the system to discard
30081 ** Discard the contents of the cache.
30589 ** Discard all pages from cache pCache with a page number (key value)
30904 ** Discard all unpinned pages in the cache with a page number equal to
32480 ** Unless the pager is in error-state, discard all in-memory pages. If
32536 ** If the pager is currently in error state, discard the contents of
32624 ** call to pager_unlock() will discard all in-memory pages, unlock
34983 ** the error. Discard the contents of the pager-cache and rollback
36607 /* Do not discard pages from an in-memory database since we might
55347 ** discard the database schema, as the user code implementing the
79942 /* Discard the results. This is used for SELECT statements inside
100714 ** Implementation of xRollback(). Discard the contents of the pending-terms
104454 /* Discard the contents of the pending-terms hash table. */