Home
last modified time | relevance | path

Searched refs:key1 (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_tree.c2066 TreeBlob key1 = {0, 0}; in lsmTreeCursorNext() local
2084 pK1 = csrGetKey(pCsr, &key1, &rc); in lsmTreeCursorNext()
2123 tblobFree(pDb, &key1); in lsmTreeCursorNext()
2132 TreeBlob key1 = {0, 0}; in lsmTreeCursorPrev() local
2150 pK1 = csrGetKey(pCsr, &key1, &rc); in lsmTreeCursorPrev()
2191 tblobFree(pDb, &key1); in lsmTreeCursorPrev()
/sqlite-3.40.0/test/
H A De_fkey.test1864 INSERT INTO parent VALUES('key1');
1866 INSERT INTO child1 VALUES('key1');
1892 INSERT INTO parent VALUES('key1');
1894 INSERT INTO child1 VALUES('key1');
1920 INSERT INTO parent VALUES('key1');
1922 INSERT INTO child1 VALUES('key1');
1927 catchsql { REPLACE INTO parent VALUES('key1') }
1955 INSERT INTO parent VALUES('key1');
1957 INSERT INTO child1 VALUES('key1');
1989 INSERT INTO parent VALUES('key1');
[all …]