Searched refs:iMethod (Results 1 – 2 of 2) sorted by relevance
1616 if( iMethod!=0 && iMethod!=8 ){ in zipfileUpdate()1620 if( bAuto || iMethod ){ in zipfileUpdate()1624 if( iMethod || nCmp<nIn ){ in zipfileUpdate()1625 iMethod = 8; in zipfileUpdate()2009 if( iMethod!=0 && iMethod!=8 ){ in zipfileStep()2021 iMethod = 0; in zipfileStep()2026 if( iMethod<0 || iMethod==8 ){ in zipfileStep()2032 if( iMethod==8 || nOut<nData ){ in zipfileStep()2035 iMethod = 8; in zipfileStep()2037 iMethod = 0; in zipfileStep()[all …]
1214 int iMethod; in testvfs_obj_cmd() local1216 for(iMethod=0; iMethod<ArraySize(vfsmethod); iMethod++){ in testvfs_obj_cmd()1217 if( strcmp(zElem, vfsmethod[iMethod].zName)==0 ){ in testvfs_obj_cmd()1218 mask |= vfsmethod[iMethod].mask; in testvfs_obj_cmd()1222 if( iMethod==ArraySize(vfsmethod) ){ in testvfs_obj_cmd()