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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h773 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
808 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
823 ** CAPI3REF: Flags for the xAccess VFS method
826 ** the xAccess method of an [sqlite3_vfs] object. They determine
827 ** what kind of permissions the xAccess method is looking for.
828 ** With SQLITE_ACCESS_EXISTS, the xAccess method
830 ** With SQLITE_ACCESS_READWRITE, the xAccess method
832 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1297 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1332 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1347 ** CAPI3REF: Flags for the xAccess VFS method
1350 ** the xAccess method of an [sqlite3_vfs] object. They determine
1351 ** what kind of permissions the xAccess method is looking for.
1352 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1354 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1356 ** With SQLITE_ACCESS_READ, the xAccess method
12158 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
21240 os2Access, /* xAccess */
[all...]

Completed in 331 milliseconds