Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A Dwhere.c221 int *pbRev /* Set to 1 if ORDER BY is DESC */ in findSortingIndex() argument
271 if( pMatch && pbRev ){ in findSortingIndex()
272 *pbRev = sortOrder==SQLITE_SO_DESC; in findSortingIndex()