Searched defs:pKey2 (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | hash.c | 74 static int intCompare(const void *pKey1, int n1, const void *pKey2, int n2){ argument 86 static int ptrCompare(const void *pKey1, int n1, const void *pKey2, int n2){ 87 if( pKey1==pKey2 ) return 0; 88 if( pKey1<pKey2 ) return -1; 99 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ argument 101 return sqliteStrNICmp((const char*)pKey1,(const char*)pKey2,n1); 115 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ argument 117 return memcmp(pKey1,pKey2,n1);
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 117979 fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument 117995 fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2) argument [all...] |
Completed in 118 milliseconds