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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h715 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
750 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
765 ** CAPI3REF: Flags for the xAccess VFS method {H11190} <H11140>
768 ** the xAccess method of an [sqlite3_vfs] object. {END} They determine
769 ** what kind of permissions the xAccess method is looking for.
770 ** With SQLITE_ACCESS_EXISTS, the xAccess method
772 ** With SQLITE_ACCESS_READWRITE, the xAccess method
774 ** With SQLITE_ACCESS_READ, the xAccess method
/external/sqlite/dist/orig/
H A Dsqlite3.h979 ** [[sqlite3_vfs.xAccess]]
980 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1035 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1065 ** CAPI3REF: Flags for the xAccess VFS method
1068 ** the xAccess method of an [sqlite3_vfs] object. They determine
1069 ** what kind of permissions the xAccess method is looking for.
1070 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1072 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1079 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1529 ** [[sqlite3_vfs.xAccess]]
1530 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1585 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1615 ** CAPI3REF: Flags for the xAccess VFS method
1618 ** the xAccess method of an [sqlite3_vfs] object. They determine
1619 ** what kind of permissions the xAccess method is looking for.
1620 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1622 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1629 ** With SQLITE_ACCESS_READ, the xAccess method
14845 return pVfs->xAccess(pVf
[all...]
/external/sqlite/dist/
H A Dsqlite3.h979 ** [[sqlite3_vfs.xAccess]]
980 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1035 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1065 ** CAPI3REF: Flags for the xAccess VFS method
1068 ** the xAccess method of an [sqlite3_vfs] object. They determine
1069 ** what kind of permissions the xAccess method is looking for.
1070 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1072 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1079 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1529 ** [[sqlite3_vfs.xAccess]]
1530 ** ^The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1585 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1615 ** CAPI3REF: Flags for the xAccess VFS method
1618 ** the xAccess method of an [sqlite3_vfs] object. They determine
1619 ** what kind of permissions the xAccess method is looking for.
1620 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1622 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1629 ** With SQLITE_ACCESS_READ, the xAccess method
14845 return pVfs->xAccess(pVf
[all...]

Completed in 359 milliseconds