HomeSort by: relevance | last modified time | path
    Searched defs:SQLITE_OK (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 324 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
337 ** it returns [SQLITE_OK] regardless, but instead of deallocating the database
449 #define SQLITE_OK 0 /* Successful result */
580 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8))
581 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal only */
1043 ** file control returns [SQLITE_OK], then the parser assumes that the
1048 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1133 ** If the [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE] opcode returns SQLITE_OK, then
1149 ** This file control returns [SQLITE_OK] if and only if the writes were
1468 ** directory. The xAccess method returns [SQLITE_OK] on success or som
    [all...]
sqlite3.c 645 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
658 ** it returns [SQLITE_OK] regardless, but instead of deallocating the database
770 #define SQLITE_OK 0 /* Successful result */
901 #define SQLITE_OK_LOAD_PERMANENTLY (SQLITE_OK | (1<<8))
902 #define SQLITE_OK_SYMLINK (SQLITE_OK | (2<<8)) /* internal only */
1364 ** file control returns [SQLITE_OK], then the parser assumes that the
1369 ** any result code other than [SQLITE_OK] or [SQLITE_NOTFOUND], that means
1454 ** If the [SQLITE_FCNTL_BEGIN_ATOMIC_WRITE] opcode returns SQLITE_OK, then
1470 ** This file control returns [SQLITE_OK] if and only if the writes were
1789 ** directory. The xAccess method returns [SQLITE_OK] on success or som
    [all...]

Completed in 105 milliseconds