Home
last modified time | relevance | path

Searched refs:SQLITE_NOTFOUND (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/_sqlite/
Dutil.c52 case SQLITE_NOTFOUND: in _pysqlite_seterror()
/third_party/sqlite/include/
Dsqlite3.h457 #define SQLITE_NOTFOUND 12 /* Unknown opcode in sqlite3_file_control() */ macro
/third_party/sqlite/src/
Dshell.c11255 rc = SQLITE_NOTFOUND; in sqlite3_expert_config()
15081 (pFd->pMethods ? pFd->pMethods->xFileControl(pFd, op, pArg) : SQLITE_NOTFOUND) in recoverVfsFileControl()
15411 rc = SQLITE_NOTFOUND; in sqlite3_recover_config()
26546 : SQLITE_NOTFOUND;
/third_party/chromium/patch/
D0003-ohos-1115.patch96660 +** always return SQLITE_NOTFOUND.
96989 +** inteface returns SQLITE_NOTFOUND if the right-hand side of the J-th
96991 +** can return an result code other than SQLITE_OK or SQLITE_NOTFOUND if
96998 +** will probably return [SQLITE_NOTFOUND].
97002 +** constraints, sqlite3_vtab_rhs_value() always returns SQLITE_NOTFOUND.)^
113900 + rc = SQLITE_NOTFOUND; /* IMP: R-36424-56542 */
122273 +** always return SQLITE_NOTFOUND.
122602 +** inteface returns SQLITE_NOTFOUND if the right-hand side of the J-th
122604 +** can return an result code other than SQLITE_OK or SQLITE_NOTFOUND if
122611 +** will probably return [SQLITE_NOTFOUND].
[all …]