Searched defs:xAccess (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h871 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
926 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
956 ** CAPI3REF: Flags for the xAccess VFS method
959 ** the xAccess method of an [sqlite3_vfs] object. They determine
960 ** what kind of permissions the xAccess method is looking for.
961 ** With SQLITE_ACCESS_EXISTS, the xAccess method
963 ** With SQLITE_ACCESS_READWRITE, the xAccess method
970 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1414 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1469 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1499 ** CAPI3REF: Flags for the xAccess VFS method
1502 ** the xAccess method of an [sqlite3_vfs] object. They determine
1503 ** what kind of permissions the xAccess method is looking for.
1504 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1506 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1513 ** With SQLITE_ACCESS_READ, the xAccess method
14097 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
23911 os2Access, /* xAccess */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1098 ** [[sqlite3_vfs.xAccess]]
1099 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1154 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1184 ** CAPI3REF: Flags for the xAccess VFS method
1187 ** the xAccess method of an [sqlite3_vfs] object. They determine
1188 ** what kind of permissions the xAccess method is looking for.
1189 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1191 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1198 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1213 ** [[sqlite3_vfs.xAccess]]
1214 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1269 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1299 ** CAPI3REF: Flags for the xAccess VFS method
1302 ** the xAccess method of an [sqlite3_vfs] object. They determine
1303 ** what kind of permissions the xAccess method is looking for.
1304 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1306 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1313 ** With SQLITE_ACCESS_READ, the xAccess method
15944 return pVfs->xAccess(pVf
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1098 ** [[sqlite3_vfs.xAccess]]
1099 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1154 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1184 ** CAPI3REF: Flags for the xAccess VFS method
1187 ** the xAccess method of an [sqlite3_vfs] object. They determine
1188 ** what kind of permissions the xAccess method is looking for.
1189 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1191 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1198 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1213 ** [[sqlite3_vfs.xAccess]]
1214 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1269 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1299 ** CAPI3REF: Flags for the xAccess VFS method
1302 ** the xAccess method of an [sqlite3_vfs] object. They determine
1303 ** what kind of permissions the xAccess method is looking for.
1304 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1306 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1313 ** With SQLITE_ACCESS_READ, the xAccess method
15944 return pVfs->xAccess(pVf
[all...]

Completed in 460 milliseconds