Searched refs:theMemPtr (Results 1 - 4 of 4) 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.hpp49 void ZeroMem(void *theMemPtr,const unsigned long numBytes);
H A DCPStringUtils.cpp1212 void ZeroMem(void *theMemPtr,const unsigned long numBytes) argument
1222 if (theMemPtr != nil && theNumBytes > 0)
1224 theBytePtr = (unsigned char *) theMemPtr;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp49 void ZeroMem(void *theMemPtr,const unsigned long numBytes);
H A DCPStringUtils.cpp1212 void ZeroMem(void *theMemPtr,const unsigned long numBytes) argument
1222 if (theMemPtr != nil && theNumBytes > 0)
1224 theBytePtr = (unsigned char *) theMemPtr;

Completed in 103 milliseconds