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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h491 #define sqlite3_backup_remaining sqlite3_api->backup_remaining macro
H A Dsqlite3.h7787 ** [[sqlite3_backup_remaining()]] [[sqlite3_backup_pagecount()]]
7788 ** <b>sqlite3_backup_remaining() and sqlite3_backup_pagecount()</b>
7790 ** ^The sqlite3_backup_remaining() routine returns the number of pages still
7799 ** and sqlite3_backup_remaining() until after the next
7828 ** However, the sqlite3_backup_remaining() and sqlite3_backup_pagecount()
7841 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p);
H A Dsqlite3.c8811 ** [[sqlite3_backup_remaining()]] [[sqlite3_backup_pagecount()]]
8812 ** <b>sqlite3_backup_remaining() and sqlite3_backup_pagecount()</b>
8814 ** ^The sqlite3_backup_remaining() routine returns the number of pages still
8823 ** and sqlite3_backup_remaining() until after the next
8852 ** However, the sqlite3_backup_remaining() and sqlite3_backup_pagecount()
8865 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p);
71041 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p){ function
113756 #define sqlite3_backup_remaining macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h491 #define sqlite3_backup_remaining sqlite3_api->backup_remaining macro
H A Dsqlite3.h7787 ** [[sqlite3_backup_remaining()]] [[sqlite3_backup_pagecount()]]
7788 ** <b>sqlite3_backup_remaining() and sqlite3_backup_pagecount()</b>
7790 ** ^The sqlite3_backup_remaining() routine returns the number of pages still
7799 ** and sqlite3_backup_remaining() until after the next
7828 ** However, the sqlite3_backup_remaining() and sqlite3_backup_pagecount()
7841 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p);
H A Dsqlite3.c8811 ** [[sqlite3_backup_remaining()]] [[sqlite3_backup_pagecount()]]
8812 ** <b>sqlite3_backup_remaining() and sqlite3_backup_pagecount()</b>
8814 ** ^The sqlite3_backup_remaining() routine returns the number of pages still
8823 ** and sqlite3_backup_remaining() until after the next
8852 ** However, the sqlite3_backup_remaining() and sqlite3_backup_pagecount()
8865 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p);
71041 SQLITE_API int sqlite3_backup_remaining(sqlite3_backup *p){ function
113756 #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 608 milliseconds