Searched refs:nExt (Results 1 – 1 of 1) sorted by relevance
143961 u32 nExt; /* Number of entries in aExt[] */ member144005 for(i=0; i<wsdAutoext.nExt; i++){144008 if( i==wsdAutoext.nExt ){144009 u64 nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]);144016 wsdAutoext.aExt[wsdAutoext.nExt] = xInit;144017 wsdAutoext.nExt++;144048 for(i=(int)wsdAutoext.nExt-1; i>=0; i--){144050 wsdAutoext.nExt--;144051 wsdAutoext.aExt[i] = wsdAutoext.aExt[wsdAutoext.nExt];144075 wsdAutoext.nExt = 0;[all …]