Lines Matching refs:xAccess
1249 ** [[sqlite3_vfs.xAccess]]
1250 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1305 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1335 ** CAPI3REF: Flags for the xAccess VFS method
1338 ** the xAccess method of an [sqlite3_vfs] object. They determine
1339 ** what kind of permissions the xAccess method is looking for.
1340 xAccess method
1342 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1349 ** With SQLITE_ACCESS_READ, the xAccess method