Searched refs:iMethod (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_vfs.c1057 int iMethod; local
1059 for(iMethod=0; iMethod<ArraySize(vfsmethod); iMethod++){
1060 if( strcmp(zElem, vfsmethod[iMethod].zName)==0 ){
1061 mask |= vfsmethod[iMethod].mask;
1065 if( iMethod==ArraySize(vfsmethod) ){

Completed in 54 milliseconds