Home
last modified time | relevance | path

Searched defs:n2 (Results 1 – 23 of 23) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest7.c137 int n2 = nBlksz; in newLsmConnection() local
151 int n2 = 0; in testPagesize() local
H A Dlsmtest_tdb.c151 const char *v; size_t n2; in test_leveldb_scan() 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.c2592 char *a2, int n2, /* Second doclist */ in fts3DoclistOrMerge()
H A Dfts3_write.c1674 int n2 = fts3HashKeysize(*(Fts3HashElem **)rhs); in fts3CompareElemByTerm() local
/sqlite-3.40.0/ext/misc/
H A Dshathree.c672 int n2 = sqlite3_column_bytes(pStmt, i); in sha3QueryFunc() local
679 int n2 = sqlite3_column_bytes(pStmt, i); in sha3QueryFunc() local
H A Dsha1.c350 int n2 = sqlite3_column_bytes(pStmt, i); in sha1QueryFunc() local
357 int n2 = sqlite3_column_bytes(pStmt, i); in sha1QueryFunc() local
H A Dspellfix.c866 int n2 /* Bytes remaining in z2[] */ in matchFromTo()
993 int n2, /* Length of the TO string */ in editDist3Core()
/sqlite-3.40.0/tool/
H A Dsqldiff.c530 int n2; /* Number of columns in aux */ in diff_one_table() local
1397 int n2; /* Number of columns in aux */ in summarize_one_table() local
/sqlite-3.40.0/ext/session/
H A Dsqlite3session.c661 int n2 = sessionSerialLen(a2); in sessionChangeEqual() local
703 int n2 = sessionSerialLen(a2); in sessionMergeRecord() local
748 int n2 = sessionSerialLen(a2); in sessionMergeValue() local
5010 int n2 = sessionSerialLen(a2); in sessionChangeMerge() local
5457 u8 *a2, int n2, /* Record 2 */ in sessionAppendRecordMerge()
5521 int n2 = sessionSerialLen(a2); in sessionAppendPartialUpdate() local
5540 int n2 = sessionSerialLen(a2); in sessionAppendPartialUpdate() local
/sqlite-3.40.0/src/
H A Dtest3.c440 int n1, n2, i, j; in btree_varint_test() local
H A Dshell.c.in8186 int n2, i; local
8816 int i, n2; local
8901 int i, n2; local
10313 int n2 = nAlloc*2 + 10; local
10404 int i, n2; local
H A Dvdbesort.c815 int n2; in vdbeSorterCompareText() local
H A Dvdbeaux.c4312 int n2 = pB2->n; in sqlite3BlobCompare() local
H A Dbtree.c3031 int n1, n2; in sqlite3BtreeGetRequestedReserve() local
H A Dtest1.c2557 int n2; 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.c3411 u8 *a2; int n2; in mergeWorkerMoveHierarchy() local
/sqlite-3.40.0/test/
H A Dspeedtest1.c677 int n2 = (p->nAlloc+n+1)*2; in groupAppend() local