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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1319 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1415 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1429 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c2382 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
2478 ** With SQLITE_ACCESS_EXISTS, the xAccess method
2492 #define SQLITE_ACCESS_EXISTS 0 macro
[all...]

Completed in 1128 milliseconds