| /sqlite-3.40.0/ext/misc/ |
| H A D | memstat.c | 54 sqlite3_int64 aVal[2]; /* Result values */ member 244 pCur->aVal[0] = 0; in memstatNext() 245 pCur->aVal[1] = 0; in memstatNext() 250 &pCur->aVal[0], &pCur->aVal[1],0); in memstatNext() 254 pCur->aVal[0] = xCur; in memstatNext() 255 pCur->aVal[1] = xHiwtr; in memstatNext() 262 pCur->aVal[0] = xCur; in memstatNext() 263 pCur->aVal[1] = xHiwtr; in memstatNext() 269 aMemstatColumn[i].eOp, (void*)&pCur->aVal[0]); in memstatNext() 306 sqlite3_result_int64(ctx, pCur->aVal[0]); in memstatColumn() [all …]
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_datasource.c | 14 char *aVal; member 44 testPrngString((u32)~iData, p->aVal, (int)nVal); in testDatasourceEntry() 45 *ppVal = p->aVal; in testDatasourceEntry() 94 p->aVal = &p->aKey[nMaxKey]; in testDatasourceNew()
|
| H A D | lsmtest_main.c | 199 u8 *aVal = (u8 *)pVal; in scanCompareCb() local 224 p->cksum1 += ((int)aVal[i] << (i&0x0F)); in scanCompareCb() 910 u32 aVal[25]; /* 100 byte value */ in do_speed_tests() local 912 testPrngArray(i+iStep, aVal, ArraySize(aVal)); in do_speed_tests() 913 rc = tdb_write(pDb, aKey, sizeof(aKey), aVal, sizeof(aVal)); in do_speed_tests() 949 u32 aVal[25]; /* 100 byte value */ in do_speed_tests() local 951 testPrngArray(i+iStep, aVal, ArraySize(aVal)); in do_speed_tests() 952 rc = tdb_write(pDb, aKey, sizeof(aKey), aVal, sizeof(aVal)); in do_speed_tests() 983 u32 aVal[25]; /* 100 byte value */ in do_speed_tests() local 993 testPrngArray(iKey, aVal, ArraySize(aVal)); in do_speed_tests() [all …]
|
| H A D | lsmtest1.c | 562 char *aVal; /* Buffer to hold values */ in doDataTest3() local 567 aVal = (char *)testMalloc(p->nValMax+1); in doDataTest3() 583 testPrngString(testPrngValue(iSeq++), aVal, nVal); in doDataTest3() 586 testWrite(pDb, aKey, sizeof(aKey)-1, aVal, nVal, &rc); in doDataTest3()
|
| H A D | lsmtest5.c | 122 u8 *aVal = (u8 *)pVal; in dbCksum() local 131 cksum += (cksum<<3) + (int)aVal[i]; in dbCksum()
|
| H A D | lsmtest_tdb.c | 496 u8 *aVal = (void *)sqlite3_column_blob(pDb->pFetch, 0); in sql_fetch() local 503 memcpy(pDb->aAlloc, aVal, nVal); in sql_fetch()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_log.c | 1027 u8 *aVal; in lsmLogRecover() local 1039 logReaderBlob(&reader, &buf2, nVal, &aVal, &rc); in lsmLogRecover() 1042 rc = lsmTreeInsert(pDb, (u8 *)buf1.z, nKey, aVal, nVal); in lsmLogRecover() 1044 rc = lsmTreeDelete(pDb, (u8 *)buf1.z, nKey, aVal, nVal); in lsmLogRecover()
|
| H A D | lsm_sorted.c | 2564 *ppVal = aVal; in multiCursorGetVal() 5558 u8 *aVal = 0; int nVal = 0; /* Value */ in sortedDumpPage() local 5578 aVal = &aKey[nKey]; in sortedDumpPage() 5589 lsmStringAppendf(&s, "%c", isalnum(aVal[iChar]) ? aVal[iChar] : '.'); in sortedDumpPage() 5618 u8 *aVal = 0; int nVal = 0; /* Value */ in infoCellDump() local 5648 aVal = &aKey[nKey]; in infoCellDump() 5654 if( paVal ) *paVal = aVal; in infoCellDump() 5751 u8 *aVal; int nVal = 0; /* Value */ in infoPageDump() local 5758 &aKey, &nKey, &aVal, &nVal, &blob in infoPageDump() 5770 infoAppendBlob(&str, bHex, aVal, nVal); in infoPageDump() [all …]
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sqlite3session.c | 3037 u8 *aVal = &pIn->aData[pIn->iNext]; in sessionReadRecord() local 3040 pIn->iNext += sessionVarintGet(aVal, &nByte); in sessionReadRecord() 3053 sqlite3_int64 v = sessionGetI64(aVal); in sessionReadRecord()
|
| /sqlite-3.40.0/src/ |
| H A D | build.c | 4515 static const LogEst aVal[] = { 33, 32, 30, 28, 26 }; in sqlite3DefaultRowEst() local 4518 int nCopy = MIN(ArraySize(aVal), pIdx->nKeyCol); in sqlite3DefaultRowEst() 4544 memcpy(&a[1], aVal, nCopy*sizeof(LogEst)); in sqlite3DefaultRowEst()
|