Lines Matching refs:prior
328 ** with the [sqlite3] object prior to attempting to close the object.
951 ** is not changed but instead the prior value of that setting is written
1112 ** ^Following a successful SQLITE_FCNTL_BEGIN_ATOMIC_WRITE and prior to
1129 ** a prior successful call to [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE].
1138 ** a prior successful call to [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE].
1583 ** other SQLite resources must be deallocated prior to invoking
1603 ** prior to using any other SQLite interface. For maximum portability,
1605 ** directly prior to using any other SQLite interface. Future releases
1652 ** may only be invoked prior to library initialization using
1718 ** xRealloc is always a value returned by a prior call to xRoundup.
1756 void (*xFree)(void*); /* Free a prior allocation */
1912 ** undoing any prior invocation of [SQLITE_CONFIG_MALLOC]. ^If the
2363 ** behaves as it did prior to [version 3.24.0] (2018-06-04). See the
2416 ** prior to 3.3.0 ([dateof:3.3.0]). As these words are written, there
2664 ** running prior to the sqlite3_interrupt() call. ^New SQL statements
2694 ** ^(If SQLite has not been initialized using [sqlite3_initialize()] prior
2786 ** was defined (using [sqlite3_busy_handler()]) prior to calling
2952 ** prior memory allocation X to be at least N bytes.
2961 ** ^If M is the size of the prior allocation, then min(N,M) bytes
2962 ** of the prior allocation are copied into the beginning of buffer returned
2963 ** by sqlite3_realloc(X,N) and the prior allocation is freed.
2965 ** prior allocation is not freed.
2988 ** must be either NULL or else pointers obtained from a prior
3024 ** prior to the reset.
3323 ** (cancels) any prior calls to sqlite3_trace() or sqlite3_trace_v2().
3645 ** characters must be converted to UTF-8 prior to passing them into
3649 ** prior to calling sqlite3_open() or sqlite3_open_v2(). Otherwise, various
3833 ** invoked prior to calling sqlite3_free_filename(Y).
3958 ** [sqlite3_limit()] interface returns the prior value of the limit.
4108 ** prior successful call to [sqlite3_open()], [sqlite3_open_v2()] or
4509 ** object is to be copied prior to the return from sqlite3_bind_*(). ^The
5062 ** Note that when type conversions occur, pointers returned by prior
5081 ** not invalidate a prior pointer, though of course the content of the buffer
5082 ** that the prior pointer references will have been modified. Other kinds
5084 ** are not possible and in those cases prior pointers are invalidated.
5559 ** and the prior [xColumn] method call that was invoked to extracted
6200 ** prior to calling [sqlite3_open] or [sqlite3_open_v2]. Otherwise, various
6262 ** prior to being used. The [sqlite3_win32_set_directory] interface returns
6343 ** private copy of the result prior to releasing the mutex.
6511 ** function C that is invoked prior to each autovacuum of the database
6642 ** In prior versions of SQLite,
6727 ** the heap limit prior to the call, or negative in the case of an
6895 ** prior to calling this API,
6983 ** initialization routine X that was registered using a prior call to
7345 ** take care that any prior string is freed by a call to [sqlite3_free()]
7346 ** prior to assigning a new string to zErrMsg. ^After the error message
7495 ** ^(Changes written into a BLOB prior to the BLOB expiring are not
7583 ** by a prior successful call to [sqlite3_blob_open()] and which has not
7610 ** by a prior successful call to [sqlite3_blob_open()] and which has not
7652 ** by a prior successful call to [sqlite3_blob_open()] and which has not
7874 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
7876 ** prior to returning.
8231 ** ^If any prior errors have occurred while constructing the dynamic string
8768 ** will only use a createFlag of 2 after a prior call with a createFlag of 1
8783 ** call to xUnpin() unpins the page regardless of the number of prior calls
8790 ** discarded. ^Any prior cache entry associated with newKey is guaranteed not
8995 ** ^If an out-of-memory condition or IO error occurred during any prior
9289 ** overwrite any prior [sqlite3_wal_hook()] settings.
9387 ** addition that it also truncates the log file to zero bytes just prior
9904 ** product of this value for all prior loops with the same SELECTID will
10022 ** that is invoked prior to each [INSERT], [UPDATE], and [DELETE] operation
10247 ** that the database file is in [WAL mode] if there has been no prior
10353 ** been a prior call to [sqlite3_deserialize(D,S,...)] with the same
10385 ** prior call to [sqlite3_deserialize()].
10417 ** [sqlite3_free()] is invoked on argument P prior to returning.