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

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dsqlite++.cpp202 return ::sqlite3_changes(mDb);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dsqlite++.cpp202 return ::sqlite3_changes(mDb);
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/apache-786.1/httpd/srclib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c353 *nrows = sqlite3_changes(sql->conn);
/macosx-10.9.5/apr-30/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c355 *nrows = sqlite3_changes(sql->conn);

Completed in 513 milliseconds