Searched refs:xSync (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.h522 ** When SQLite invokes the xSync() method of an
559 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
635 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
4902 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h522 ** When SQLite invokes the xSync() method of an
559 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
635 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
4902 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h522 ** When SQLite invokes the xSync() method of an
559 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
635 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
4902 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h535 ** When SQLite invokes the xSync() method of an
581 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
660 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
4330 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c1072 ** When SQLite invokes the xSync() method of an
1118 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1197 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
4867 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
13413 return id->pMethods->xSync(id, flags);
26433 unixSync, /* xSync */ \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h535 ** When SQLite invokes the xSync() method of an
581 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
660 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
4330 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c1072 ** When SQLite invokes the xSync() method of an
1118 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1197 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
4867 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
13413 return id->pMethods->xSync(id, flags);
26433 unixSync, /* xSync */ \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h535 ** When SQLite invokes the xSync() method of an
581 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
660 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
4330 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c1072 ** When SQLite invokes the xSync() method of an
1118 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
1197 int (*xSync)(sqlite3_file*, int flags); member in struct:sqlite3_io_methods
4867 int (*xSync)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
13413 return id->pMethods->xSync(id, flags);
26433 unixSync, /* xSync */ \
[all...]

Completed in 1397 milliseconds