Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c1178 struct sqlite3_index_orderby *pIdxOrderBy; in allocateIndexInfo() local
1281 + 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()