Searched refs:sqlite3_total_changes (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h314 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1494 ** [sqlite3_total_changes()] function to find the total number of changes
1530 ** See also the [sqlite3_total_changes()] interface, the
1544 ** ^(The count returned by sqlite3_total_changes() includes all changes
1552 ** ^The sqlite3_total_changes() function counts the changes as soon as
1560 ** while [sqlite3_total_changes()] is running then the value
1563 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dsqlite3.c2031 ** [sqlite3_total_changes()] function to find the total number of changes
2067 ** See also the [sqlite3_total_changes()] interface, the
2081 ** ^(The count returned by sqlite3_total_changes() includes all changes
2089 ** ^The sqlite3_total_changes() function counts the changes as soon as
2097 ** while [sqlite3_total_changes()] is running then the value
2100 SQLITE_API int sqlite3_total_changes(sqlite3*);
8638 int nTotalChange; /* Value returned by sqlite3_total_changes() */
83611 #define sqlite3_total_changes macro
103920 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h314 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1494 ** [sqlite3_total_changes()] function to find the total number of changes
1530 ** See also the [sqlite3_total_changes()] interface, the
1544 ** ^(The count returned by sqlite3_total_changes() includes all changes
1552 ** ^The sqlite3_total_changes() function counts the changes as soon as
1560 ** while [sqlite3_total_changes()] is running then the value
1563 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dsqlite3.c2031 ** [sqlite3_total_changes()] function to find the total number of changes
2067 ** See also the [sqlite3_total_changes()] interface, the
2081 ** ^(The count returned by sqlite3_total_changes() includes all changes
2089 ** ^The sqlite3_total_changes() function counts the changes as soon as
2097 ** while [sqlite3_total_changes()] is running then the value
2100 SQLITE_API int sqlite3_total_changes(sqlite3*);
8638 int nTotalChange; /* Value returned by sqlite3_total_changes() */
83611 #define sqlite3_total_changes macro
103920 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h314 #define sqlite3_total_changes sqlite3_api->total_changes macro
H A Dsqlite3.h1494 ** [sqlite3_total_changes()] function to find the total number of changes
1530 ** See also the [sqlite3_total_changes()] interface, the
1544 ** ^(The count returned by sqlite3_total_changes() includes all changes
1552 ** ^The sqlite3_total_changes() function counts the changes as soon as
1560 ** while [sqlite3_total_changes()] is running then the value
1563 SQLITE_API int sqlite3_total_changes(sqlite3*);
H A Dsqlite3.c2031 ** [sqlite3_total_changes()] function to find the total number of changes
2067 ** See also the [sqlite3_total_changes()] interface, the
2081 ** ^(The count returned by sqlite3_total_changes() includes all changes
2089 ** ^The sqlite3_total_changes() function counts the changes as soon as
2097 ** while [sqlite3_total_changes()] is running then the value
2100 SQLITE_API int sqlite3_total_changes(sqlite3*);
8638 int nTotalChange; /* Value returned by sqlite3_total_changes() */
83611 #define sqlite3_total_changes macro
103920 SQLITE_API int sqlite3_total_changes(sqlite3 *db){ 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.h915 ** triggers are not counted. Use the [sqlite3_total_changes()] function
953 ** by the sqlite3_changes() or [sqlite3_total_changes()] functions.
1000 ** {F12261} The [sqlite3_total_changes()] returns the total number
1009 ** while [sqlite3_total_changes()] is running then the value
1012 int sqlite3_total_changes(sqlite3*);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h915 ** triggers are not counted. Use the [sqlite3_total_changes()] function
953 ** by the sqlite3_changes() or [sqlite3_total_changes()] functions.
1000 ** {F12261} The [sqlite3_total_changes()] returns the total number
1009 ** while [sqlite3_total_changes()] is running then the value
1012 int sqlite3_total_changes(sqlite3*);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h915 ** triggers are not counted. Use the [sqlite3_total_changes()] function
953 ** by the sqlite3_changes() or [sqlite3_total_changes()] functions.
1000 ** {F12261} The [sqlite3_total_changes()] returns the total number
1009 ** while [sqlite3_total_changes()] is running then the value
1012 int sqlite3_total_changes(sqlite3*);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dminidlna.c1436 if (scanning || sqlite3_total_changes(db) != last_changecnt)
1439 last_changecnt = sqlite3_total_changes(db);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dminidlna.c1436 if (scanning || sqlite3_total_changes(db) != last_changecnt)
1439 last_changecnt = sqlite3_total_changes(db);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dminidlna.c1436 if (scanning || sqlite3_total_changes(db) != last_changecnt)
1439 last_changecnt = sqlite3_total_changes(db);

Completed in 1238 milliseconds