OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQLITE_NOTFOUND
(Results
1 - 3
of
3
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Constants.java
29
public static final int
SQLITE_NOTFOUND
= 12; /* NOT USED. Table or record not found */
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
393
#define
SQLITE_NOTFOUND
12 /* Unknown opcode in sqlite3_file_control() */
628
** return [
SQLITE_NOTFOUND
] for file control opcodes that they do not
[
all
...]
sqlite3.c
[
all
...]
Completed in 64 milliseconds