Home
last modified time | relevance | path

Searched refs:leafCursorCellDecode (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Drecover.c1276 static int leafCursorCellDecode(RecoverLeafCursor *pCursor){ in leafCursorCellDecode() function
1502 rc = leafCursorCellDecode(pCursor); in leafCursorNextValidCell()
1737 rc = leafCursorCellDecode(pCursor->pLeafCursor); in recoverFilter()
/external/chromium_org/third_party/sqlite/
Drecover.patch1160 + * leafCursorCellDecode() already verified that the cell is valid, so
1340 +static int leafCursorCellDecode(RecoverLeafCursor *pCursor){
1508 + * array of iSerialType could be built in leafCursorCellDecode(), but
1561 + rc = leafCursorCellDecode(pCursor);
1784 + rc = leafCursorCellDecode(pCursor->pLeafCursor);
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c111522 static int leafCursorCellDecode(RecoverLeafCursor *pCursor){
111748 rc = leafCursorCellDecode(pCursor);
111983 rc = leafCursorCellDecode(pCursor->pLeafCursor);