Lines Matching defs:xAccess
1412 ** [[sqlite3_vfs.xAccess]]
1413 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1419 ** directory. The xAccess method returns [SQLITE_OK] on success or some
1474 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1504 ** CAPI3REF: Flags for the xAccess VFS method
1507 ** the xAccess method of an [sqlite3_vfs] object. They determine
1508 ** what kind of permissions the xAccess method is looking for.
1509 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1511 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1518 ** With SQLITE_ACCESS_READ, the xAccess method