Searched refs:sqlite3_backup_remaining (Results 1 - 8 of 8) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h480 #define sqlite3_backup_remaining sqlite3_api->backup_remaining macro
H A Dsqlite3.h7570 ** [[sqlite3_backup_remaining()]] [[sqlite3_backup_pagecount()]]
7571 ** <b>sqlite3_backup_remaining() and sqlite3_backup_pagecount()</b>
7573 ** ^The sqlite3_backup_remaining() routine returns the number of pages still
7582 ** and sqlite3_backup_remaining() until after the next
7611 ** However, the sqlite3_backup_remaining() and sqlite3_backup_pagecount()
7624 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p);
H A Dsqlite3.c7847 ** [[sqlite3_backup_remaining()]] [[sqlite3_backup_pagecount()]]
7848 ** <b>sqlite3_backup_remaining() and sqlite3_backup_pagecount()</b>
7850 ** ^The sqlite3_backup_remaining() routine returns the number of pages still
7859 ** and sqlite3_backup_remaining() until after the next
7888 ** However, the sqlite3_backup_remaining() and sqlite3_backup_pagecount()
7901 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p);
69722 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p){ function
111932 #define sqlite3_backup_remaining macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h480 #define sqlite3_backup_remaining sqlite3_api->backup_remaining macro
H A Dsqlite3.h7570 ** [[sqlite3_backup_remaining()]] [[sqlite3_backup_pagecount()]]
7571 ** <b>sqlite3_backup_remaining() and sqlite3_backup_pagecount()</b>
7573 ** ^The sqlite3_backup_remaining() routine returns the number of pages still
7582 ** and sqlite3_backup_remaining() until after the next
7611 ** However, the sqlite3_backup_remaining() and sqlite3_backup_pagecount()
7624 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p);
H A Dsqlite3.c7847 ** [[sqlite3_backup_remaining()]] [[sqlite3_backup_pagecount()]]
7848 ** <b>sqlite3_backup_remaining() and sqlite3_backup_pagecount()</b>
7850 ** ^The sqlite3_backup_remaining() routine returns the number of pages still
7859 ** and sqlite3_backup_remaining() until after the next
7888 ** However, the sqlite3_backup_remaining() and sqlite3_backup_pagecount()
7901 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p);
69722 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p){ function
111932 #define sqlite3_backup_remaining macro
[all...]
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c4799 result = sqlite3_backup_remaining(bk->bkup);

Completed in 603 milliseconds