Home
last modified time | relevance | path

Searched refs:cb (Results 1 – 16 of 16) sorted by relevance

/sqlite-3.40.0/test/
H A Dtkt2450.test22 CREATE TABLE "t a" ("""cb""");
23 INSERT INTO "t a" ("""cb""") VALUES (1);
24 SELECT """cb""" FROM "t a";
H A Ddbfuzz001.test72 | 16: 01 e0 01 d4 01 cb 01 c2 00 00 00 00 00 00 00 00 ................
273 | 32: d4 01 cb 01 c2 00 00 00 00 00 00 00 00 00 00 00 ................
355 | 16: 01 e0 01 d4 01 cb 01 c2 00 00 00 00 00 00 00 00 ................
H A Daltercorrupt.test72 | 16: 0f e3 0f dd 0f d7 0f d1 0f cb 0f c5 00 00 00 00 ................
H A Dfts3sort.test30 set vocab [list aa ab ac ba bb bc ca cb cc da]
H A DcorruptN.test91 | 16: 01 e0 01 d4 01 cb 01 c2 00 00 00 00 00 00 00 00 ................
H A DcorruptL.test183 | 16: 0f 41 0f 1a 0e f3 0e cb 0e a3 0e 7b 00 00 00 00 .A..............
684 | 16: 0f 41 0f 1a 0e f3 0e cb 0e a3 0e 22 00 00 00 00 .A..............
796 | 384: 43 52 45 41 54 45 20 54 41 42 4c 45 20 8c cb d7 CREATE TABLE ...
H A Dpager1.test1992 ca, cb, cc, cd, ce, cf, cg, ch, ci, cj, ck, cl, cm, cn,
2006 ca, cb, cc, cd, ce, cf, cg, ch, ci, cj, ck, cl, cm, cn,
H A Dfts3corrupt4.test507 | 0: 6f ee cd e1 f1 ee 1a ca be ed ee ec de ac f1 cb o...............
3429 | 3504: 01 02 00 01 cb 00 01 02 00 01 02 00 01 02 10 01 ................
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5corrupt3.test2155 | 0: 0d 0f 1c 00 05 0e cb 00 0f e8 0e cb 0f bd 0f 30 ...............0
2228 | 112: 0e cb 0e 6b 0e 0e 0d b6 0d 92 0d 92 00 00 00 00 ...k............
2540 | 112: 0e cb 0e 6b 0e 0e 0d b6 0d 92 0d 92 00 00 00 00 ...k............
2833 | 112: 0e cb 0e 6b 0e 0e 0d b6 0d 92 0d 92 00 00 00 00 ...k............
3181 | 112: 0e cb 0e 6b 0e 0e 0d b6 0d b6 00 00 00 00 00 00 ...k............
3733 | 112: 0e cb 0e 6b 0e 0e 0d b6 0d b6 00 00 00 00 00 00 ...k............
4066 | 112: 0e cb 0e 6b 0e 0e 0d b6 0d 92 0d 92 00 00 00 00 ...k............
4693 | 112: 0e cb 0e 6b 0e 0e 0d b6 0d 92 0d 92 00 00 00 00 ...k............
5372 | 112: 0e cb 0e 6b 0e 0e 0d b6 0d 92 0d 92 00 00 00 00 ...k............
12346 | 3296: 57 f3 d3 06 f8 86 82 f6 cc cb e4 e9 cb 5f e2 26 W............_.&
[all …]
H A Dfts5aux.test127 lappend ::cb $r
133 set ::cb [list]
135 set ::cb
H A Dfts5corrupt5.test467 | 112: 0e cb 0e 6b 0e 0e 0d b6 0d 92 0d 92 00 00 00 00 ...k............
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb4.c896 bt_logsizecb cb; in bgc_attach() local
919 cb.pCtx = (void*)pCkpter; in bgc_attach()
920 cb.xLogsize = bgc_logsize_cb; in bgc_attach()
921 sqlite4BtControl(pDb->pBt, BT_CONTROL_LOGSIZECB, (void*)&cb); in bgc_attach()
/sqlite-3.40.0/autoconf/tea/win/
H A Dnmakehlp.c212 si.cb = sizeof(STARTUPINFO); in CheckForCompilerFeature()
348 si.cb = sizeof(STARTUPINFO); in CheckForLinkerFeature()
/sqlite-3.40.0/ext/rtree/
H A Drtree.c409 RtreeGeomCallback cb; /* Info about the callback functions */ member
1814 pInfo->pContext = pBlob->cb.pContext; in deserializeGeometry()
1819 if( pBlob->cb.xGeom ){ in deserializeGeometry()
1820 pCons->u.xGeom = pBlob->cb.xGeom; in deserializeGeometry()
1823 pCons->u.xQueryFunc = pBlob->cb.xQueryFunc; in deserializeGeometry()
4496 pBlob->cb = pGeomCtx[0]; in geomCallback()
/sqlite-3.40.0/
H A Dconfig.guess1147 if test -f /usr/options/cb.name; then
1148 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/sqlite-3.40.0/mptest/
H A Dmptest.c664 startupInfo.cb = sizeof(startupInfo); in startClient()