Searched defs:pKey1 (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() 40687 int nKey1, const void *pKey1, in sqlite3VdbeRecordCompare() 77370 int nKey1, const void *pKey1, in binCollFunc() 77400 int nKey1, const void *pKey1, 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()
|