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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dreadshg.cpp41 int nHotspots = 0; local
45 nHotspots = 0;
58 fread( &nHotspots, 2, 1, fSHG);
60 *hotspots = new HotSpot[nHotspots];
73 for( i = 0 ; i < nHotspots ; ++i)
90 for( i = 0 ; i < nHotspots ; ++i)
104 return nHotspots;

Completed in 44 milliseconds