Searched defs:pKey2 (Results 1 – 1 of 1) sorted by relevance
| /external/sqlite/dist/ |
| D | sqlite3.c | 17077 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in strCompare() 17093 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in binCompare() 77371 int nKey2, const void *pKey2 in binCollFunc() 77401 int nKey2, const void *pKey2 in nocaseCollatingFunc() 85780 static int fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in fts3StrCompare() 85796 static int fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in fts3BinCompare()
|