Searched refs:outTheHandle (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.hpp75 OSErr CopyIndexedWordToNewHandle(char *theSrcCStr,int whichWord,Handle *outTheHandle);
H A DCPStringUtils.cpp1832 OSErr CopyIndexedWordToNewHandle(char *theSrcCStr,int whichWord,Handle *outTheHandle) argument
1845 if (outTheHandle == nil)
1847 SetErrorMessageAndBail(("CopyIndexedWordToNewHandle: Bad parameter, outTheHandle == nil"));
1856 *outTheHandle = nil;
1900 *outTheHandle = NewHandle(byteCount + 1);
1902 if (*outTheHandle == nil)
1908 ::BlockMove(srcCharPtr,**outTheHandle,byteCount);
1910 (**outTheHandle)[byteCount] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp75 OSErr CopyIndexedWordToNewHandle(char *theSrcCStr,int whichWord,Handle *outTheHandle);
H A DCPStringUtils.cpp1832 OSErr CopyIndexedWordToNewHandle(char *theSrcCStr,int whichWord,Handle *outTheHandle) argument
1845 if (outTheHandle == nil)
1847 SetErrorMessageAndBail(("CopyIndexedWordToNewHandle: Bad parameter, outTheHandle == nil"));
1856 *outTheHandle = nil;
1900 *outTheHandle = NewHandle(byteCount + 1);
1902 if (*outTheHandle == nil)
1908 ::BlockMove(srcCharPtr,**outTheHandle,byteCount);
1910 (**outTheHandle)[byteCount] = '\0';
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp75 OSErr CopyIndexedWordToNewHandle(char *theSrcCStr,int whichWord,Handle *outTheHandle);
H A DCPStringUtils.cpp1832 OSErr CopyIndexedWordToNewHandle(char *theSrcCStr,int whichWord,Handle *outTheHandle) argument
1845 if (outTheHandle == nil)
1847 SetErrorMessageAndBail(("CopyIndexedWordToNewHandle: Bad parameter, outTheHandle == nil"));
1856 *outTheHandle = nil;
1900 *outTheHandle = NewHandle(byteCount + 1);
1902 if (*outTheHandle == nil)
1908 ::BlockMove(srcCharPtr,**outTheHandle,byteCount);
1910 (**outTheHandle)[byteCount] = '\0';

Completed in 64 milliseconds