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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h761 ** {F11149} The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
798 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags); member in struct:sqlite3_vfs
813 ** CAPI3REF: Flags for the xAccess VFS method {F11190}
816 ** the xAccess method of an [sqlite3_vfs] object. {END} They determine
817 ** what kind of permissions the xAccess method is
818 ** looking for. {F11192} With SQLITE_ACCESS_EXISTS, the xAccess method
820 ** SQLITE_ACCESS_READWRITE, the xAccess method checks to see
822 ** SQLITE_ACCESS_READ the xAccess method
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h761 ** {F11149} The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
798 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags); member in struct:sqlite3_vfs
813 ** CAPI3REF: Flags for the xAccess VFS method {F11190}
816 ** the xAccess method of an [sqlite3_vfs] object. {END} They determine
817 ** what kind of permissions the xAccess method is
818 ** looking for. {F11192} With SQLITE_ACCESS_EXISTS, the xAccess method
820 ** SQLITE_ACCESS_READWRITE, the xAccess method checks to see
822 ** SQLITE_ACCESS_READ the xAccess method
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h761 ** {F11149} The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
798 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags); member in struct:sqlite3_vfs
813 ** CAPI3REF: Flags for the xAccess VFS method {F11190}
816 ** the xAccess method of an [sqlite3_vfs] object. {END} They determine
817 ** what kind of permissions the xAccess method is
818 ** looking for. {F11192} With SQLITE_ACCESS_EXISTS, the xAccess method
820 ** SQLITE_ACCESS_READWRITE, the xAccess method checks to see
822 ** SQLITE_ACCESS_READ the xAccess method
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h831 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
873 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
896 ** CAPI3REF: Flags for the xAccess VFS method
899 ** the xAccess method of an [sqlite3_vfs] object. They determine
900 ** what kind of permissions the xAccess method is looking for.
901 ** With SQLITE_ACCESS_EXISTS, the xAccess method
903 ** With SQLITE_ACCESS_READWRITE, the xAccess method
910 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1368 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1410 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1433 ** CAPI3REF: Flags for the xAccess VFS method
1436 ** the xAccess method of an [sqlite3_vfs] object. They determine
1437 ** what kind of permissions the xAccess method is looking for.
1438 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1440 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1447 ** With SQLITE_ACCESS_READ, the xAccess method
13490 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
22395 os2Access, /* xAccess */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h831 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
873 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
896 ** CAPI3REF: Flags for the xAccess VFS method
899 ** the xAccess method of an [sqlite3_vfs] object. They determine
900 ** what kind of permissions the xAccess method is looking for.
901 ** With SQLITE_ACCESS_EXISTS, the xAccess method
903 ** With SQLITE_ACCESS_READWRITE, the xAccess method
910 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1368 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1410 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1433 ** CAPI3REF: Flags for the xAccess VFS method
1436 ** the xAccess method of an [sqlite3_vfs] object. They determine
1437 ** what kind of permissions the xAccess method is looking for.
1438 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1440 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1447 ** With SQLITE_ACCESS_READ, the xAccess method
13490 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
22395 os2Access, /* xAccess */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h831 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
873 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
896 ** CAPI3REF: Flags for the xAccess VFS method
899 ** the xAccess method of an [sqlite3_vfs] object. They determine
900 ** what kind of permissions the xAccess method is looking for.
901 ** With SQLITE_ACCESS_EXISTS, the xAccess method
903 ** With SQLITE_ACCESS_READWRITE, the xAccess method
910 ** With SQLITE_ACCESS_READ, the xAccess method
H A Dsqlite3.c1368 ** The flags argument to xAccess() may be [SQLITE_ACCESS_EXISTS]
1410 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut); member in struct:sqlite3_vfs
1433 ** CAPI3REF: Flags for the xAccess VFS method
1436 ** the xAccess method of an [sqlite3_vfs] object. They determine
1437 ** what kind of permissions the xAccess method is looking for.
1438 ** With SQLITE_ACCESS_EXISTS, the xAccess method
1440 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1447 ** With SQLITE_ACCESS_READ, the xAccess method
13490 return pVfs->xAccess(pVfs, zPath, flags, pResOut);
22395 os2Access, /* xAccess */
[all...]

Completed in 1104 milliseconds