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
1582 typedef struct RecoverCursor RecoverCursor; typedef in typeref:struct:RecoverCursor
1583 struct RecoverCursor { struct
1597 RecoverCursor *pCursor; /* Cursor to read rows from leaves. */
1625 pCursor = sqlite3_malloc(sizeof(RecoverCursor));
1646 RecoverCursor *pCursor = (RecoverCursor*)cur;
1665 static int recoverValidateLeafCell(Recover *pRecover, RecoverCursor *pCursor){
1694 RecoverCursor *pCurso
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c111828 typedef struct RecoverCursor RecoverCursor; typedef in typeref:struct:RecoverCursor
111829 struct RecoverCursor { struct
[all...]

Completed in 327 milliseconds