RecoverCursor 111828 third_party/sqlite/amalgamation/sqlite3.c typedef struct RecoverCursor RecoverCursor; RecoverCursor 111843 third_party/sqlite/amalgamation/sqlite3.c RecoverCursor *pCursor; /* Cursor to read rows from leaves. */ RecoverCursor 111871 third_party/sqlite/amalgamation/sqlite3.c pCursor = sqlite3_malloc(sizeof(RecoverCursor)); RecoverCursor 111892 third_party/sqlite/amalgamation/sqlite3.c RecoverCursor *pCursor = (RecoverCursor*)cur; RecoverCursor 111911 third_party/sqlite/amalgamation/sqlite3.c static int recoverValidateLeafCell(Recover *pRecover, RecoverCursor *pCursor){ RecoverCursor 111940 third_party/sqlite/amalgamation/sqlite3.c RecoverCursor *pCursor = (RecoverCursor*)pVtabCursor; RecoverCursor 111969 third_party/sqlite/amalgamation/sqlite3.c RecoverCursor *pCursor = (RecoverCursor*)pVtabCursor; RecoverCursor 111992 third_party/sqlite/amalgamation/sqlite3.c RecoverCursor *pCursor = (RecoverCursor*)pVtabCursor; RecoverCursor 111998 third_party/sqlite/amalgamation/sqlite3.c RecoverCursor *pCursor = (RecoverCursor*)cur; RecoverCursor 112078 third_party/sqlite/amalgamation/sqlite3.c RecoverCursor *pCursor = (RecoverCursor*)pVtabCursor; RecoverCursor 1582 third_party/sqlite/src/src/recover.c typedef struct RecoverCursor RecoverCursor; RecoverCursor 1597 third_party/sqlite/src/src/recover.c RecoverCursor *pCursor; /* Cursor to read rows from leaves. */ RecoverCursor 1625 third_party/sqlite/src/src/recover.c pCursor = sqlite3_malloc(sizeof(RecoverCursor)); RecoverCursor 1646 third_party/sqlite/src/src/recover.c RecoverCursor *pCursor = (RecoverCursor*)cur; RecoverCursor 1665 third_party/sqlite/src/src/recover.c static int recoverValidateLeafCell(Recover *pRecover, RecoverCursor *pCursor){ RecoverCursor 1694 third_party/sqlite/src/src/recover.c RecoverCursor *pCursor = (RecoverCursor*)pVtabCursor; RecoverCursor 1723 third_party/sqlite/src/src/recover.c RecoverCursor *pCursor = (RecoverCursor*)pVtabCursor; RecoverCursor 1746 third_party/sqlite/src/src/recover.c RecoverCursor *pCursor = (RecoverCursor*)pVtabCursor; RecoverCursor 1752 third_party/sqlite/src/src/recover.c RecoverCursor *pCursor = (RecoverCursor*)cur; RecoverCursor 1832 third_party/sqlite/src/src/recover.c RecoverCursor *pCursor = (RecoverCursor*)pVtabCursor;