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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1217 unsigned long theNumBytes; local
1220 theNumBytes = numBytes;
1222 if (theMemPtr != nil && theNumBytes > 0)
1232 theNumBytes--;
1239 while (theNumBytes >= 4)
1243 theNumBytes -= 4;
1249 while (theNumBytes > 0)
1253 theNumBytes--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp1217 unsigned long theNumBytes; local
1220 theNumBytes = numBytes;
1222 if (theMemPtr != nil && theNumBytes > 0)
1232 theNumBytes--;
1239 while (theNumBytes >= 4)
1243 theNumBytes -= 4;
1249 while (theNumBytes > 0)
1253 theNumBytes--;

Completed in 51 milliseconds