Lines Matching defs:xAccess
1415 ** [[sqlite3_vfs.xAccess]]
1416 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1422 ** directory. The xAccess method returns [SQLITE_OK] on success or some
1477 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1507 ** CAPI3REF: Flags for the xAccess VFS method
1510 ** the xAccess method of an [sqlite3_vfs] object. They determine
1511 ** what kind of permissions the xAccess method is looking for.
1512 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1514 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1521 ** With SQLITE_ACCESS_READ, the xAccess method