Searched refs:xAccess (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h1055 ** [[sqlite3_vfs.xAccess]]
1056 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1111 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1141 ** CAPI3REF: Flags for the xAccess VFS method
1144 ** the xAccess method of an [sqlite3_vfs] object. They determine
1145 ** what kind of permissions the xAccess method is looking for.
1146 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1148 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1155 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1626 ** [[sqlite3_vfs.xAccess]]
1627 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1682 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1712 ** CAPI3REF: Flags for the xAccess VFS method
1715 ** the xAccess method of an [sqlite3_vfs] object. They determine
1716 ** what kind of permissions the xAccess method is looking for.
1717 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1719 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1726 ** With SQLITE_ACCESS_READ, the xAccess method
15291 return pVfs->xAccess(pVf
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h912 ** [[sqlite3_vfs.xAccess]]
913 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
968 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
998 ** CAPI3REF: Flags for the xAccess VFS method
1001 ** the xAccess method of an [sqlite3_vfs] object. They determine
1002 ** what kind of permissions the xAccess method is looking for.
1003 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1005 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1012 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1465 ** [[sqlite3_vfs.xAccess]]
1466 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1521 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1551 ** CAPI3REF: Flags for the xAccess VFS method
1554 ** the xAccess method of an [sqlite3_vfs] object. They determine
1555 ** what kind of permissions the xAccess method is looking for.
1556 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1558 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1565 ** With SQLITE_ACCESS_READ, the xAccess method
14487 return pVfs->xAccess(pVf
[all...]

Completed in 616 milliseconds