Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_OK

270 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
370 ** KEYWORDS: SQLITE_OK {error code} {error codes}
380 #define SQLITE_OK 0 /* Successful result */
421 ** [SQLITE_OK | result codes]. However, experience has shown that many of
435 ** The SQLITE_OK result code will never be extended. It will always
1012 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1015 ** as a mutex) it returns an [error code] other than [SQLITE_OK].
1052 ** must return [SQLITE_OK] on success and some other [error code] upon
1085 ** ^When a configuration option is set, sqlite3_config() returns [SQLITE_OK].
1109 ** ^Calls to sqlite3_db_config() return SQLITE_OK if and only if
2062 ** return [SQLITE_OK] to allow the action, [SQLITE_IGNORE] to disallow the
2066 ** any value other than [SQLITE_IGNORE], [SQLITE_OK], or [SQLITE_DENY]
2070 ** When the callback returns [SQLITE_OK], that means the operation
2087 ** been read if [SQLITE_OK] had been returned. The [SQLITE_IGNORE]
2141 ** return either [SQLITE_OK] or one of these two constants in order
2275 ** [SQLITE_OK] is returned. Otherwise an [error code] is returned.)^ ^The
2574 ** ^On success, the sqlite3_prepare() family of routines return [SQLITE_OK];
2794 ** ^The sqlite3_bind_* routines return [SQLITE_OK] on success or an
3304 ** SQLITE_OK. ^If the most recent evaluation of statement S failed, then
3340 ** then [sqlite3_reset(S)] returns [SQLITE_OK].
4214 ** ^(This routine returns [SQLITE_OK] if shared cache was enabled or disabled
4388 ** [SQLITE_OK] on success and [SQLITE_ERROR] if something goes wrong.
4786 ** ^(On success, [SQLITE_OK] is returned and the new [BLOB handle] is written
4908 ** ^(On success, sqlite3_blob_read() returns SQLITE_OK.
4946 ** ^(On success, sqlite3_blob_write() returns SQLITE_OK.
5078 ** SQLITE_BUSY. ^The sqlite3_mutex_try() interface returns [SQLITE_OK]
5172 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5352 ** ^The sqlite3_status() routine returns SQLITE_OK on success and a
5474 ** ^The sqlite3_db_status() routine returns SQLITE_OK on success and a
5824 ** are still more pages to be copied, then the function resturns [SQLITE_OK].
5828 ** then an [error code] is returned. ^As well as [SQLITE_OK] and
5887 ** ^The value returned by sqlite3_backup_finish is [SQLITE_OK] if no
6007 ** returns SQLITE_OK.
6128 ** The callback function should normally return [SQLITE_OK]. ^If an error