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

/macosx-10.10.1/Heimdal-398.1.2/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 277 milliseconds