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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h912 ** [[sqlite3_vfs.xAccess]]
913 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
968 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
998 ** CAPI3REF: Flags for the xAccess VFS method
1001 ** the xAccess method of an [sqlite3_vfs] object. They determine
1002 ** what kind of permissions the xAccess method is looking for.
1003 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1005 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1012 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1465 ** [[sqlite3_vfs.xAccess]]
1466 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1521 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1551 ** CAPI3REF: Flags for the xAccess VFS method
1554 ** the xAccess method of an [sqlite3_vfs] object. They determine
1555 ** what kind of permissions the xAccess method is looking for.
1556 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1558 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1565 ** With SQLITE_ACCESS_READ, the xAccess method
14487 return pVfs->xAccess(pVf
[all...]

Completed in 426 milliseconds