Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_vdbecov.c26 static u8 aBranchArray[200000]; variable
34 if( iSrc<sizeof(aBranchArray) ){ in test_vdbe_branch()
35 aBranchArray[iSrc] |= iBranch; in test_vdbe_branch()
76 memset(aBranchArray, 0, sizeof(aBranchArray)); in test_vdbe_coverage()
83 for(i=0; i<sizeof(aBranchArray); i++){ in test_vdbe_coverage()
84 u8 b = aBranchArray[i]; in test_vdbe_coverage()