Home | History | Annotate | Download | only in dist

Lines Matching full:clean

5316 ** If xMutexInit fails in any way, it is expected to clean up after itself
5725 ** if the application invokes this API. It can be used to clean up
7724 ** Under memory stress, invoke xStress to try to make pages clean.
7725 ** Only clean and unpinned pages can be reclaimed.
7731 int (*xStress)(void*, PgHdr*), /* Call to try to make pages clean */
7752 SQLITE_PRIVATE void sqlite3PcacheMakeClean(PgHdr*); /* Mark a single page as clean */
7753 SQLITE_PRIVATE void sqlite3PcacheCleanAll(PCache*); /* Mark all dirty list pages as clean */
29680 int (*xStress)(void*,PgHdr*); /* Call to try make a page clean */
29823 int (*xStress)(void*,PgHdr*),/* Call to try to make pages clean */
29939 ** Decrement the reference count on a page. If the page is clean and the
29999 ** Make sure the page is marked as clean. If it isn't clean already,
30013 ** Make every page in the cache clean.
33000 ** as clean, since there will be no need to write it out to the.
33005 ** to mark the page as clean. This is because marking the page as
33006 ** clean will clear the PGHDR_NEED_SYNC flag. Since the page is
34410 ** The job of this function is to make pPg clean by writing its contents
34416 ** page clean, the IO error code is returned. If the page cannot be
34417 ** made clean for some other reason, but no error occurs, then SQLITE_OK
34432 ** is trying to make clean will require a journal sync and the doNotSync
34497 /* Mark the page as clean. */
35836 ** on the given page is unused. The pager marks the page as clean so
35846 IOTRACE(("CLEAN %p %d\n", pPager, pPg->pgno))
39786 ** Clean out and delete the BtShared object.
45496 /* Clean up and report errors.
48963 ** Clean up the VM after execution.
49623 ** Clean up a VDBE after execution but do not delete the VDBE just yet.
49706 ** Clean up and delete a VDBE after execution. Return an integer which is
52560 ** used to clean up the mess that was left behind.
58635 ** returned, clean-up the statement handle.
59689 /* Clean up and return
69303 /* Clean up before exiting */
70833 /* something went wrong. clean up anything allocated. */
73362 /* Clean up the WHERE clause constructed above. */
76783 ** to clean up loaded extensions
85558 ** The non-standard VACUUM command is used to clean up the database,
90733 ** clean up and return.
95637 /* Go back under the static mutex and clean up the recursive