Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h1103 int sqliteSortCompare(const char *, const char *);
H A Dutil.c713 int sqliteSortCompare(const char *a, const char *b){ in sqliteSortCompare() function
H A Dvdbe.c370 int c = sqliteSortCompare(pLeft->zKey, pRight->zKey); in Merge()