Home
last modified time | relevance | path

Searched defs:n1 (Results 1 – 17 of 17) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest7.c136 int n1 = nPgsz; in newLsmConnection() local
150 int n1 = 0; in testPagesize() local
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c122 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in strCompare()
138 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in binCompare()
H A Dfts1_hash.c102 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in strCompare()
118 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in binCompare()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c109 static int strCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in strCompare()
125 static int binCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in binCompare()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.c107 static int fts3StrCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in fts3StrCompare()
123 static int fts3BinCompare(const void *pKey1, int n1, const void *pKey2, int n2){ in fts3BinCompare()
H A Dfts3.c2591 char *a1, int n1, /* First doclist */ in fts3DoclistOrMerge()
H A Dfts3_write.c1673 int n1 = fts3HashKeysize(*(Fts3HashElem **)lhs); in fts3CompareElemByTerm() local
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c660 int n1 = sessionSerialLen(a1); in sessionChangeEqual() local
702 int n1 = sessionSerialLen(a1); in sessionMergeRecord() local
744 int n1; in sessionMergeValue() local
5009 int n1 = sessionSerialLen(a1); in sessionChangeMerge() local
5456 u8 *a1, int n1, /* Record 1 */ in sessionAppendRecordMerge()
5520 int n1 = sessionSerialLen(a1); in sessionAppendPartialUpdate() local
5539 int n1 = sessionSerialLen(a1); in sessionAppendPartialUpdate() local
/sqlite-3.40.0/src/
H A Dtest3.c440 int n1, n2, i, j; in btree_varint_test() local
H A Dvdbesort.c814 int n1; in vdbeSorterCompareText() local
H A Dvdbeaux.c4311 int n1 = pB1->n; in sqlite3BlobCompare() local
H A Dbtree.c3031 int n1, n2; in sqlite3BtreeGetRequestedReserve() local
H A Dtest1.c2556 int n1; in test_snapshot_cmp_blob() local
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c56 static int xCmp(void *p1, int n1, void *p2, int n2){ in xCmp()
H A Dlsm_tree.c268 static int treeKeycmp(void *p1, int n1, void *p2, int n2){ in treeKeycmp()
H A Dlsm_sorted.c3410 u8 *a1; int n1; in mergeWorkerMoveHierarchy() local
/sqlite-3.40.0/ext/misc/
H A Dspellfix.c864 int n1, /* Index of comparison character on the left */ in matchFromTo()