Home | History | Annotate | Download | only in orig

Lines Matching refs:xAccess

979 ** [[sqlite3_vfs.xAccess]]
980 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1035 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1065 ** CAPI3REF: Flags for the xAccess VFS method
1068 ** the xAccess method of an [sqlite3_vfs] object. They determine
1069 ** what kind of permissions the xAccess method is looking for.
1070 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1072 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1079 ** With SQLITE_ACCESS_READ, the xAccess method