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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4866 int nOrderBy; /* Number of terms in the ORDER BY clause */ member in struct:sqlite3_index_info
H A Dsqlite3.c5419 int nOrderBy; /* Number of terms in the ORDER BY clause */ member in struct:sqlite3_index_info
94531 int nOrderBy; /* Number of terms in the ORDER BY clause */ local
102484 int nOrderBy; local
102652 int nOrderBy; local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.h5914 int nOrderBy; /* Number of terms in the ORDER BY clause */ member in struct:sqlite3_index_info
H A Dsqlite3.c6174 int nOrderBy; /* Number of terms in the ORDER BY clause */ member in struct:sqlite3_index_info
115424 int nOrderBy = p->pOrderBy->nExpr; local
116338 int nOrderBy; /* Number of terms in the ORDER BY clause */ local
127543 int nOrderBy; local
130033 u16 nOrderBy; /* Number terms in the ORDER BY clause */ local
130319 whereSortingCost( WhereInfo *pWInfo, LogEst nRow, int nOrderBy, int nSorted ) argument
130372 int nOrderBy; /* Number of ORDER BY clause terms */ local
[all...]

Completed in 721 milliseconds