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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h944 ** [[sqlite3_vfs.xAccess]]
945 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1000 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1030 ** CAPI3REF: Flags for the xAccess VFS method
1033 ** the xAccess method of an [sqlite3_vfs] object. They determine
1034 ** what kind of permissions the xAccess method is looking for.
1035 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1037 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1044 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1494 ** [[sqlite3_vfs.xAccess]]
1495 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1550 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1580 ** CAPI3REF: Flags for the xAccess VFS method
1583 ** the xAccess method of an [sqlite3_vfs] object. They determine
1584 ** what kind of permissions the xAccess method is looking for.
1585 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1587 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1594 ** With SQLITE_ACCESS_READ, the xAccess method
14813 return pVfs->xAccess(pVf
[all...]

Completed in 338 milliseconds