Home
last modified time | relevance | path

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

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