Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A DsqliteInt.h1106 int sqliteSortCompare(const char *, const char *);
H A Dutil.c716 int sqliteSortCompare(const char *a, const char *b){ in sqliteSortCompare() function
H A Dvdbe.c372 int c = sqliteSortCompare(pLeft->zKey, pRight->zKey); in Merge()