Searched defs:sqlite3_backup_finish (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c5847 ** [sqlite3_backup_finish()].
5876 ** <li><b>sqlite3_backup_finish()</b> is called to release all resources
5879 ** There should be exactly one call to sqlite3_backup_finish() for each
5906 ** sqlite3_backup_finish() functions to perform the specified backup
5944 ** to the sqlite3_backup_finish() to release associated resources.
5948 ** sqlite3_backup_finish() is called or the backup operation is complete
5962 ** <b>sqlite3_backup_finish()</b>
5966 ** should destroy the [sqlite3_backup] by passing it to sqlite3_backup_finish().
5967 ** ^The sqlite3_backup_finish() interfaces releases all
5972 ** and may not be used following a call to sqlite3_backup_finish()
46166 SQLITE_API int sqlite3_backup_finish(sqlite3_backup *p){ function
[all...]

Completed in 206 milliseconds