Searched defs:pKey1 (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libsqlite/src/ |
H A D | hash.c | 77 static int intCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in intCompare() argument 102 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in strCompare() argument 118 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in binCompare() argument
|
H A D | btree_rb.c | 185 static int key_compare(void const*pKey1, int nKey1, void const*pKey2, int nKey2) in key_compare() argument
|