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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCreditsList.h42 uint8 CreateSignature(CClientCredits* pTarget, byte* pachOutput, uint8 nMaxSize, uint32 ChallengeIP, uint8 byChaIPKind, void* sigkey = NULL);
H A DClientCreditsList.cpp329 uint8 CClientCreditsList::CreateSignature(CClientCredits* pTarget, byte* pachOutput, uint8 nMaxSize, uint32 ChallengeIP, uint8 byChaIPKind, void* sigkey) argument
363 CryptoPP::ArraySink asink(pachOutput, nMaxSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dutils.cpp62 bool wxGetHostName( wxChar* zBuf, int nMaxSize )
94 ,(ULONG)nMaxSize - 1
99 wxStrncpy(zBuf, zSysname, nMaxSize - 1);
102 zBuf[nMaxSize] = _T('\0');
119 bool wxGetUserName( wxChar* zBuf, int nMaxSize )
122 wxGetUserId( zBuf, nMaxSize );
124 wxStrncpy(zBuf, _T("Unknown User"), nMaxSize);
H A Dutilsexc.cpp240 bool wxGetFullHostName( wxChar* zBuf, int nMaxSize) argument
242 return wxGetHostName( zBuf, nMaxSize );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2zip.c792 USHORT nLength, nMaxSize; local
807 nMaxSize = (USHORT) min(fs.cbList * 2, 65520L);
809 if ((pDENA = malloc((size_t) nMaxSize)) == NULL)
815 || (pGEAlist = malloc(nMaxSize)) == NULL)
899 nMaxSize - sizeof(EFHEADER), (char *) pFEA2list, ulAttributes);

Completed in 76 milliseconds