Home | History | Annotate | Download | only in dist

Lines Matching refs:xAccess

854 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
896 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
919 ** CAPI3REF: Flags for the xAccess VFS method
922 ** the xAccess method of an [sqlite3_vfs] object. They determine
923 ** what kind of permissions the xAccess method is looking for.
924 ** With SQLITE_ACCESS_EXISTS, the xAccess method
926 ** With SQLITE_ACCESS_READWRITE, the xAccess method
933 ** With SQLITE_ACCESS_READ, the xAccess method