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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h1056 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1146 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1160 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c1627 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1717 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1731 #define SQLITE_ACCESS_EXISTS 0 macro
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h913 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1003 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1017 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c1466 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1556 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1570 #define SQLITE_ACCESS_EXISTS 0 macro
24093 case SQLITE_ACCESS_EXISTS:
24094 /* For an SQLITE_ACCESS_EXISTS query, treat a zero-length file
[all...]

Completed in 679 milliseconds