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);
7770 /* Discard the contents of the cache */
26245 ** make sure a call to close() does not cause the system to discard
30086 ** Discard the contents of the cache.
30594 ** Discard all pages from cache pCache with a page number (key value)
30909 ** Discard all unpinned pages in the cache with a page number equal to
32485 ** Unless the pager is in error-state, discard all in-memory pages. If
32541 ** If the pager is currently in error state, discard the contents of
32629 ** call to pager_unlock() will discard all in-memory pages, unlock
34988 ** the error. Discard the contents of the pager-cache and rollback
36612 /* Do not discard pages from an in-memory database since we might
55358 ** discard the database schema, as the user code implementing the
79953 /* Discard the results. This is used for SELECT statements inside
100748 ** Implementation of xRollback(). Discard the contents of the pending-terms
104494 /* Discard the contents of the pending-terms hash table. */