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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp202 return ::sqlite3_changes(mDb);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp202 return ::sqlite3_changes(mDb);
/macosx-10.10.1/Heimdal-398.1.2/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...]
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c353 *nrows = sqlite3_changes(sql->conn);

Completed in 637 milliseconds