Searched refs:sqlite3_file_control (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h345 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.h603 ** [sqlite3_file_control()] interface. The second "op" argument is an
681 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
701 ** by the user. The fourth argument to [sqlite3_file_control()] should
5039 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5062 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
H A Dsqlite3.c1140 ** [sqlite3_file_control()] interface. The second "op" argument is an
1218 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1238 ** by the user. The fourth argument to [sqlite3_file_control()] should
5576 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5599 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
27700 ** sqlite3_file_control(db, dbname, SQLITE_SET_LOCKPROXYFILE,
27702 ** sqlite3_file_control(db, dbname, SQLITE_GET_LOCKPROXYFILE, &<proxy_path>);
83642 #define sqlite3_file_control macro
105607 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h345 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.h603 ** [sqlite3_file_control()] interface. The second "op" argument is an
681 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
701 ** by the user. The fourth argument to [sqlite3_file_control()] should
5039 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5062 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
H A Dsqlite3.c1140 ** [sqlite3_file_control()] interface. The second "op" argument is an
1218 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1238 ** by the user. The fourth argument to [sqlite3_file_control()] should
5576 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5599 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
27700 ** sqlite3_file_control(db, dbname, SQLITE_SET_LOCKPROXYFILE,
27702 ** sqlite3_file_control(db, dbname, SQLITE_GET_LOCKPROXYFILE, &<proxy_path>);
83642 #define sqlite3_file_control macro
105607 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h345 #define sqlite3_file_control sqlite3_api->file_control macro
H A Dsqlite3.h603 ** [sqlite3_file_control()] interface. The second "op" argument is an
681 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
701 ** by the user. The fourth argument to [sqlite3_file_control()] should
5039 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5062 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
H A Dsqlite3.c1140 ** [sqlite3_file_control()] interface. The second "op" argument is an
1218 ** of the [sqlite3_io_methods] object and for the [sqlite3_file_control()]
1238 ** by the user. The fourth argument to [sqlite3_file_control()] should
5576 ** ^The [sqlite3_file_control()] interface makes a direct call to the
5599 SQLITE_API int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
27700 ** sqlite3_file_control(db, dbname, SQLITE_SET_LOCKPROXYFILE,
27702 ** sqlite3_file_control(db, dbname, SQLITE_GET_LOCKPROXYFILE, &<proxy_path>);
83642 #define sqlite3_file_control macro
105607 SQLITE_API int sqlite3_file_control(sqlite3 *db, const char *zDbName, int op, void *pArg){ function
[all...]
/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.h583 ** [sqlite3_file_control()] interface. The second "op" argument
650 ** of the [sqlite3_io_methods] object and to the [sqlite3_file_control()]
5564 ** {F11301} The [sqlite3_file_control()] interface makes a direct call to the
5585 int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h583 ** [sqlite3_file_control()] interface. The second "op" argument
650 ** of the [sqlite3_io_methods] object and to the [sqlite3_file_control()]
5564 ** {F11301} The [sqlite3_file_control()] interface makes a direct call to the
5585 int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h583 ** [sqlite3_file_control()] interface. The second "op" argument
650 ** of the [sqlite3_io_methods] object and to the [sqlite3_file_control()]
5564 ** {F11301} The [sqlite3_file_control()] interface makes a direct call to the
5585 int sqlite3_file_control(sqlite3*, const char *zDbName, int op, void*);

Completed in 943 milliseconds