Home
last modified time | relevance | path

Searched refs:iBlob (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/test/
H A Dsecuredel2.test30 proc detect_blob {zFile iBlob} {
32 string match "*$::aBlob($iBlob)*" $::detect_blob_data
H A Dspeedtest1.c596 int iBlob; in speedtest1_run() local
599 for(iBlob=0; iBlob<nBlob; iBlob++){ in speedtest1_run()
600 zChar[0] = "0123456789abcdef"[aBlob[iBlob]>>4]; in speedtest1_run()
601 zChar[1] = "0123456789abcdef"[aBlob[iBlob]&15]; in speedtest1_run()
H A Dthreadtest3.c1320 i64 iBlob = 600 + (iRow%300); in cgt_pager_1_populate() local
1321 execsql(pErr, pDb, zInsert, &iRow, &iBlob); in cgt_pager_1_populate()
1330 i64 iBlob = 600 + ((iRow+100)%300); in cgt_pager_1_update() local
1331 execsql(pErr, pDb, zUpdate, &iBlob, &iRow); in cgt_pager_1_update()