Searched refs:SQLITE_ACCESS_EXISTS (Results 1 - 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java85 public static final int SQLITE_ACCESS_EXISTS = 0; field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h1236 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1326 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1340 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c1513 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1603 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1617 #define SQLITE_ACCESS_EXISTS 0 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1236 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1326 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1340 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c1513 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1603 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1617 #define SQLITE_ACCESS_EXISTS 0 macro
[all...]

Completed in 599 milliseconds