Searched refs:RecoverInteriorCursor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c191 * RecoverInteriorCursor iterates the child pages in an interior table
618 typedef struct RecoverInteriorCursor RecoverInteriorCursor; typedef in typeref:struct:RecoverInteriorCursor
619 struct RecoverInteriorCursor { struct
620 RecoverInteriorCursor *pParent; /* Parent node to this node. */
627 static void interiorCursorDestroy(RecoverInteriorCursor *pCursor){
630 RecoverInteriorCursor *p = pCursor;
644 static void interiorCursorSetPage(RecoverInteriorCursor *pCursor,
664 static int interiorCursorCreate(RecoverInteriorCursor *pParent,
666 RecoverInteriorCursor **ppCurso
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c110864 typedef struct RecoverInteriorCursor RecoverInteriorCursor; typedef in typeref:struct:RecoverInteriorCursor
110865 struct RecoverInteriorCursor { struct
[all...]

Completed in 187 milliseconds