Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.c115 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in binCompare() function
154 case SQLITE_HASH_BINARY: return &binCompare; in compareFunction()