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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d372 int function (sqlite3_vfs*, const char *zName, int flags, int *pResOut) xAccess;
402 ** CAPI3REF: Flags for the xAccess VFS method
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1413 ** [[sqlite3_vfs.xAccess]]
1414 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1420 ** directory. The xAccess method returns [SQLITE_OK] on success or some
1475 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1505 ** CAPI3REF: Flags for the xAccess VFS method
1508 ** the xAccess method of an [sqlite3_vfs] object. They determine
1509 ** what kind of permissions the xAccess method is looking for.
1510 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1512 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1519 ** With SQLITE_ACCESS_READ, the xAccess metho
[all...]
H A Dshell.c8807 apndAccess, /* xAccess */
9208 return ORIGVFS(pVfs)->xAccess(ORIGVFS(pVfs), zPath, flags, pResOut);
H A Dsqlite3.c1726 ** [[sqlite3_vfs.xAccess]]
1727 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1733 ** directory. The xAccess method returns [SQLITE_OK] on success or some
1788 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1818 ** CAPI3REF: Flags for the xAccess VFS method
1821 ** the xAccess method of an [sqlite3_vfs] object. They determine
1822 ** what kind of permissions the xAccess method is looking for.
1823 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1825 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1832 ** With SQLITE_ACCESS_READ, the xAccess metho
[all...]

Completed in 708 milliseconds