Searched refs:iNew (Results 1 – 7 of 7) sorted by relevance
131 set iNew [expr int(rand()*5*1024*256)]132 set iOld [modify_database $iNew]145 do_test fuzz3-$ii.$iNew.[incr iTest] {164 do_test fuzz3-$ii.$iNew.[incr iTest] {
831 unsigned int iNew in pcache1Rekey() argument849 h = iNew%pCache->nHash; in pcache1Rekey()850 pPage->iKey = iNew; in pcache1Rekey()853 if( iNew>pCache->iMaxKey ){ in pcache1Rekey()854 pCache->iMaxKey = iNew; in pcache1Rekey()
1173 int iNew = 0; in testvfs_obj_cmd() local1192 iNew |= aFlag[idx].iValue; in testvfs_obj_cmd()1195 p->iDevchar = iNew; in testvfs_obj_cmd()1217 int iNew = 0; in testvfs_obj_cmd() local1218 if( Tcl_GetIntFromObj(interp, objv[2], &iNew) ){ in testvfs_obj_cmd()1221 p->iSectorsize = iNew; in testvfs_obj_cmd()
1384 int iNew; in test_vfs_oom_test() local1385 if( Tcl_GetIntFromObj(interp, objv[1], &iNew) ) return TCL_ERROR; in test_vfs_oom_test()1386 sqlite3_memdebug_vfs_oom_test = iNew; in test_vfs_oom_test()
39473 unsigned int iNew39491 h = iNew%pCache->nHash;39492 pPage->iKey = iNew;39495 if( iNew>pCache->iMaxKey ){39496 pCache->iMaxKey = iNew;75925 int iNew; /* Index of new, merged, PMA */75927 for(iNew=0; 75928 rc==SQLITE_OK && iNew*SORTER_MAX_MERGE_COUNT<pSorter->nPMA; 75929 iNew++75979 pSorter->nPMA = iNew;[all …]
39453 unsigned int iNew39471 h = iNew%pCache->nHash;39472 pPage->iKey = iNew;39475 if( iNew>pCache->iMaxKey ){39476 pCache->iMaxKey = iNew;75905 int iNew; /* Index of new, merged, PMA */75907 for(iNew=0; 75908 rc==SQLITE_OK && iNew*SORTER_MAX_MERGE_COUNT<pSorter->nPMA; 75909 iNew++75959 pSorter->nPMA = iNew;[all …]
35745 unsigned int iNew35763 h = iNew%pCache->nHash;35764 pPage->iKey = iNew;35767 if( iNew>pCache->iMaxKey ){35768 pCache->iMaxKey = iNew;