Lines Matching refs:aResult
3121 static int fileBtreeCursorDump(BtCursor *pCur, int *aResult){ in fileBtreeCursorDump() argument
3125 aResult[0] = sqlitepager_pagenumber(pPage); in fileBtreeCursorDump()
3126 aResult[1] = pCur->idx; in fileBtreeCursorDump()
3127 aResult[2] = pPage->nCell; in fileBtreeCursorDump()
3129 aResult[3] = cellSize(pBt, pPage->apCell[pCur->idx]); in fileBtreeCursorDump()
3130 aResult[6] = SWAB32(pBt, pPage->apCell[pCur->idx]->h.leftChild); in fileBtreeCursorDump()
3132 aResult[3] = 0; in fileBtreeCursorDump()
3133 aResult[6] = 0; in fileBtreeCursorDump()
3135 aResult[4] = pPage->nFree; in fileBtreeCursorDump()
3142 aResult[5] = cnt; in fileBtreeCursorDump()
3143 aResult[7] = SWAB32(pBt, pPage->u.hdr.rightChild); in fileBtreeCursorDump()