Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3.h7233 int nOrderBy; /* Number of terms in the ORDER BY clause */ member
/third_party/sqlite/src/
H A Dsqlite3.c7542 int nOrderBy; /* Number of terms in the ORDER BY clause */ member
140739 int nOrderBy = ALWAYS(pOrderBy!=0) ? pOrderBy->nExpr : 0; global() local
141685 int nOrderBy; /* Number of terms in the ORDER BY clause */ global() local
157732 int nOrderBy; global() local
160922 u16 nOrderBy; /* Number terms in the ORDER BY clause */ global() local
161276 whereSortingCost( WhereInfo *pWInfo, LogEst nRow, int nOrderBy, int nSorted ) global() argument
161336 int nOrderBy; /* Number of ORDER BY clause terms */ global() local
[all...]

Completed in 156 milliseconds