Home
last modified time | relevance | path

Searched defs:pKey1 (Results 1 – 21 of 21) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb2.cc78 void *pKey1, int nKey1, in test_kc_delete_range()
151 void *pKey1, int nKey1, /* Start of search */ in test_kc_scan()
342 void *pKey1, int nKey1, /* Start of search */ in test_mdb_scan()
H A Dlsmtest_tdb.c111 void *pKey1, int nKey1, /* Start of search */ in test_leveldb_scan()
254 void *pKey1, int nKey1, in kc_delete_range()
465 void *pKey1, int nKey1, in sql_delete_range()
804 TestDb *pDb, void *pKey1, int nKey1, void *pKey2, int nKey2 in tdb_delete_range()
817 void *pKey1, int nKey1, /* Start of search */ in tdb_scan()
H A Dlsmtest1.c182 void *pKey1; int nKey1; /* Start key */ in testDbContents() local
399 void *pKey1; int nKey1; /* Start key */ in testCompareDb() local
449 void *pKey1; int nKey1; in doDataTest2() local
H A Dlsmtest_main.c78 void *pKey1, int nKey1, in testDeleteRange()
173 void *pKey1; int nKey1; member
181 static int keyCompare(void *pKey1, int nKey1, void *pKey2, int nKey2){ in keyCompare()
266 void *pKey1, int nKey1, in testScanCompare()
H A Dlsmtest_tdb4.c385 void *pKey1, int nKey1, in bt_delete_range()
H A Dlsmtest_tdb3.c600 void *pKey1, int nKey1, in test_lsm_delete_range()
/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()
/sqlite-3.40.0/ext/misc/
H A Duint.c42 int nKey1, const void *pKey1, in uintCollFunc()
H A Danycollseq.c27 int nKey1, const void *pKey1, in anyCollFunc()
H A Drot13.c83 int nKey1, const void *pKey1, in rot13CollFunc()
H A Ddecimal.c415 int nKey1, const void *pKey1, in decimalCollFunc()
/sqlite-3.40.0/src/
H A Dvdbesort.c760 const void *pKey1, int nKey1, /* Left side of comparison */ in vdbeSorterCompareTail()
787 const void *pKey1, int nKey1, /* Left side of comparison */ in vdbeSorterCompare()
806 const void *pKey1, int nKey1, /* Left side of comparison */ in vdbeSorterCompareText()
848 const void *pKey1, int nKey1, /* Left side of comparison */ in vdbeSorterCompareInt()
H A Dvdbeaux.c4118 int nKey1, const void *pKey1, /* Left key */ in vdbeRecordCompareDebug()
4530 int nKey1, const void *pKey1, /* Left key */ in sqlite3VdbeRecordCompareWithSkip()
4740 int nKey1, const void *pKey1, /* Left key */ in sqlite3VdbeRecordCompare()
4757 int nKey1, const void *pKey1, /* Left key */ in vdbeRecordCompareInt()
4852 int nKey1, const void *pKey1, /* Left key */ in vdbeRecordCompareString()
H A Dmain.c994 int nKey1, const void *pKey1, in binCollFunc()
1017 int nKey1, const void *pKey1, in rtrimCollFunc()
1046 int nKey1, const void *pKey1, in nocaseCollatingFunc()
H A Dtest1.c3196 int nKey1, const void *pKey1, in alignmentCollFunc()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_main.c739 const void *pKey1, int nKey1, /* Lower bound of range to delete */ in lsm_delete_range()
H A Dlsm_tree.c1798 void *pKey1, int nKey1, /* Start of range */ in lsmTreeDelete()
H A Dlsm_sorted.c2115 void *pKey1; int nKey1; int eType1; in multiCursorDoCompare() local