Searched refs:nExt (Results 1 – 1 of 1) sorted by relevance
143740 u32 nExt; /* Number of entries in aExt[] */ member143784 for(i=0; i<wsdAutoext.nExt; i++){143787 if( i==wsdAutoext.nExt ){143788 u64 nByte = (wsdAutoext.nExt+1)*sizeof(wsdAutoext.aExt[0]);143795 wsdAutoext.aExt[wsdAutoext.nExt] = xInit;143796 wsdAutoext.nExt++;143827 for(i=(int)wsdAutoext.nExt-1; i>=0; i--){143829 wsdAutoext.nExt--;143830 wsdAutoext.aExt[i] = wsdAutoext.aExt[wsdAutoext.nExt];143854 wsdAutoext.nExt = 0;[all …]