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

/netgear-R7000-V1.0.7.12_1.2.5/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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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-R7000-V1.0.7.12_1.2.5/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;

Completed in 125 milliseconds