Home
last modified time | relevance | path

Searched defs:RecoverInteriorCursor (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Drecover.c618 typedef struct RecoverInteriorCursor RecoverInteriorCursor; typedef
619 struct RecoverInteriorCursor { struct
620 RecoverInteriorCursor *pParent; /* Parent node to this node. */ argument
627 static void interiorCursorDestroy(RecoverInteriorCursor *pCursor){ in interiorCursorDestroy() argument