Home
last modified time | relevance | path

Searched defs:nEqCol (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c217 int nEqCol, /* Number of index columns used with == constraints */ in findSortingIndex()
684 int nEqCol = (pWInfo->a[0].score+4)/8; in sqliteWhereBegin() local