Searched defs:nOrderBy (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7441 int nOrderBy; /* Number of terms in the ORDER BY clause */ member in struct:sqlite3_index_info
H A Dsqlite3.c7754 int nOrderBy; /* Number of terms in the ORDER BY clause */ member in struct:sqlite3_index_info
144337 int nOrderBy = ALWAYS(pOrderBy!=0) ? pOrderBy->nExpr : 0; local
145281 int nOrderBy; /* Number of terms in the ORDER BY clause */ local
162100 int nOrderBy; local
165527 u16 nOrderBy; /* Number terms in the ORDER BY clause */ local
165881 whereSortingCost( WhereInfo *pWInfo, LogEst nRow, int nOrderBy, int nSorted ) argument
165960 int nOrderBy; /* Number of ORDER BY clause terms */ local
[all...]

Completed in 466 milliseconds