Lines Matching refs:n2
57246 int n1, n2;
57256 n2 = v2==0 ? 0 : c2.n;
57257 rc = pColl->xCmp(pColl->pUser, n1, v1, n2, v2);
113954 char *a2, int n2, /* Second doclist */
113961 char *pEnd2 = &a2[n2];
113970 aOut = sqlite3_malloc(n1+n2);
117979 static int fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2){
117980 if( n1!=n2 ) return 1;
117995 static int fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2){
117996 if( n1!=n2 ) return 1;
121031 int n2 = fts3HashKeysize(*(Fts3HashElem **)rhs);
121033 int n = (n1<n2 ? n1 : n2);
121036 c = n1 - n2;