Home
last modified time | relevance | path

Searched refs:iNew (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
Dfuzz3.test131 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] {
/external/chromium_org/third_party/sqlite/src/src/
Dpcache1.c831 unsigned int iNew in pcache1Rekey() argument
849 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()
Dtest_vfs.c1173 int iNew = 0; in testvfs_obj_cmd() local
1192 iNew |= aFlag[idx].iValue; in testvfs_obj_cmd()
1195 p->iDevchar = iNew; in testvfs_obj_cmd()
1217 int iNew = 0; in testvfs_obj_cmd() local
1218 if( Tcl_GetIntFromObj(interp, objv[2], &iNew) ){ in testvfs_obj_cmd()
1221 p->iSectorsize = iNew; in testvfs_obj_cmd()
Dtest_malloc.c1384 int iNew; in test_vfs_oom_test() local
1385 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()
/external/sqlite/dist/
Dsqlite3.c39473 unsigned int iNew
39491 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 …]
/external/sqlite/dist/orig/
Dsqlite3.c39453 unsigned int iNew
39471 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 …]
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c35745 unsigned int iNew
35763 h = iNew%pCache->nHash;
35764 pPage->iKey = iNew;
35767 if( iNew>pCache->iMaxKey ){
35768 pCache->iMaxKey = iNew;