Searched refs:sqlite3_changes (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h249 #define sqlite3_changes sqlite3_api->changes macro
H A Dsqlite3.h1661 ** the sqlite3_changes() interface can be called to find the number of
1671 ** while [sqlite3_changes()] is running then the value returned
1674 SQLITE_API int sqlite3_changes(sqlite3*);
1693 ** See also the [sqlite3_changes()] interface, the
H A Dsqlite3.c2214 ** the sqlite3_changes() interface can be called to find the number of
2224 ** while [sqlite3_changes()] is running then the value returned
2227 SQLITE_API int sqlite3_changes(sqlite3*);
2246 ** See also the [sqlite3_changes()] interface, the
9467 int nChange; /* Value returned by sqlite3_changes() */
89141 #define sqlite3_changes macro
110790 SQLITE_API int sqlite3_changes(sqlite3 *db){ function
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h326 #define sqlite3_changes sqlite3_api->changes macro
H A Dsqlite3.h2059 ** returned by sqlite3_changes() immediately after an INSERT, UPDATE or
2063 ** Things are more complicated if the sqlite3_changes() function is
2066 ** function invokes sqlite3_changes() directly. Essentially:
2070 ** sqlite3_changes() function is saved. After the trigger program
2074 ** statement sets the value returned by sqlite3_changes()
2076 ** any changes performed by sub-triggers, as the sqlite3_changes()
2091 ** while [sqlite3_changes()] is running then the value returned
2094 SQLITE_API int SQLITE_STDCALL sqlite3_changes(sqlite3*);
2111 ** See also the [sqlite3_changes()] interface, the
H A Dshell.c4981 sqlite3_changes(p->db), sqlite3_total_changes(p->db));
H A Dsqlite3.c2319 ** returned by sqlite3_changes() immediately after an INSERT, UPDATE or
2323 ** Things are more complicated if the sqlite3_changes() function is
2326 ** function invokes sqlite3_changes() directly. Essentially:
2330 ** sqlite3_changes() function is saved. After the trigger program
2334 ** statement sets the value returned by sqlite3_changes()
2336 ** any changes performed by sub-triggers, as the sqlite3_changes()
2351 ** while [sqlite3_changes()] is running then the value returned
2354 SQLITE_API int SQLITE_STDCALL sqlite3_changes(sqlite3*);
2371 ** See also the [sqlite3_changes()] interface, the
13892 int nChange; /* Value returned by sqlite3_changes() */
109152 #define sqlite3_changes macro
137416 SQLITE_API int SQLITE_STDCALL sqlite3_changes(sqlite3 *db){ function
[all...]
/freebsd-10-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c353 *nrows = sqlite3_changes(sql->conn);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c391 *affected_rows = sqlite3_changes(stmt->db->db3);
/freebsd-10-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2075 Tcl_SetIntObj(pResult, sqlite3_changes(pDb->db));

Completed in 745 milliseconds