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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h945 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1035 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1049 #define SQLITE_ACCESS_EXISTS 0 macro
H A Dsqlite3.c1495 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1585 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1599 #define SQLITE_ACCESS_EXISTS 0 macro
24467 case SQLITE_ACCESS_EXISTS:
24468 /* For an SQLITE_ACCESS_EXISTS query, treat a zero-length file
[all...]

Completed in 342 milliseconds