Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c218 int *pbRev /* Set to 1 if ORDER BY is DESC */ in findSortingIndex() argument
268 if( pMatch && pbRev ){ in findSortingIndex()
269 *pbRev = sortOrder==SQLITE_SO_DESC; in findSortingIndex()