Searched refs:pIdxOrderBy (Results 1 – 1 of 1) sorted by relevance
1178 struct sqlite3_index_orderby *pIdxOrderBy; in allocateIndexInfo() local1281 + sizeof(*pIdxOrderBy)*nOrderBy + sizeof(*pHidden) in allocateIndexInfo()1289 pIdxOrderBy = (struct sqlite3_index_orderby*)&pIdxCons[nTerm]; in allocateIndexInfo()1290 pUsage = (struct sqlite3_index_constraint_usage*)&pIdxOrderBy[nOrderBy]; in allocateIndexInfo()1292 pIdxInfo->aOrderBy = pIdxOrderBy; in allocateIndexInfo()1350 pIdxOrderBy[j].iColumn = pExpr->iColumn; in allocateIndexInfo()1351 pIdxOrderBy[j].desc = pOrderBy->a[i].fg.sortFlags & KEYINFO_ORDER_DESC; in allocateIndexInfo()