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

/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c201 * RecoverCursor uses a RecoverLeafCursor to iterate the rows of a
1599 typedef struct RecoverCursor RecoverCursor; typedef in typeref:struct:RecoverCursor
1600 struct RecoverCursor { struct
1614 RecoverCursor *pCursor; /* Cursor to read rows from leaves. */
1642 pCursor = sqlite3_malloc(sizeof(RecoverCursor));
1663 RecoverCursor *pCursor = (RecoverCursor*)cur;
1682 static int recoverValidateLeafCell(Recover *pRecover, RecoverCursor *pCursor){
1711 RecoverCursor *pCurso
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c111839 typedef struct RecoverCursor RecoverCursor; typedef in typeref:struct:RecoverCursor
111840 struct RecoverCursor { struct
[all...]

Completed in 2658 milliseconds