Searched refs:pParam (Results 1 – 2 of 2) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest5.c | 80 DbParameters *pParam, in dbFormatKey() argument 108 static int dbMaxLevel(DbParameters *pParam){ in dbMaxLevel() argument 111 for(iMax=0; n<pParam->nKey; iMax++){ in dbMaxLevel() 112 n = n * pParam->nFanout; in dbMaxLevel() 166 dbFormatKey(pParam, iLevel-1, iLast, zLast); in dbComputeCksum() 184 const int iMax = dbMaxLevel(pParam); in dbReadOperation() 197 dbFormatKey(pParam, i, iKey, zKey); in dbReadOperation() 211 const int iMax = dbMaxLevel(pParam); in dbWriteOperation() 216 assert( iKey>=0 && iKey<pParam->nKey ); in dbWriteOperation() 217 dbFormatKey(pParam, 0, iKey, zKey); in dbWriteOperation() [all …]
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | test_rtreedoc.c | 59 Tcl_Obj *pParam = 0; in invokeTclGeomCb() local 72 pParam = Tcl_NewObj(); in invokeTclGeomCb() 75 interp, pParam, Tcl_NewDoubleObj(p->aParam[ii]) in invokeTclGeomCb() 78 Tcl_ListObjAppendElement(interp, pScript, pParam); in invokeTclGeomCb()
|