Searched refs:nLength (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSHA.h79 virtual void Add(const void* pData, uint32 nLength);
H A DSHA.cpp176 void CSHA::Add(const void* pData, uint32 nLength) argument
184 if((m_nCount[0] += nLength) < nLength)
187 while(nLength >= space) /* tranfer whole blocks while possible */
190 sp += space; nLength -= space; space = SHA1_BLOCK_SIZE; pos = 0;
194 memcpy(((unsigned char*)m_nBuffer) + pos, sp, nLength);
H A DSHAHashSet.h141 virtual void Add(const void* pData, uint32 nLength) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dos2zip.c635 ULONG nLength; local
642 nLength = strlen(szName);
643 if (szName[nLength - 1] == '/')
644 szName[nLength - 1] = 0;
674 nLength = sizeof(GEA2) + strlen(pGEA -> szName);
675 nLength = ((nLength - 1) / sizeof(ULONG) + 1) * sizeof(ULONG);
677 pGEA -> oNextEntryOffset = ulAttributes ? nLength : 0;
678 pGEA = (PGEA2) ((PCH) pGEA + nLength);
733 nLength
792 USHORT nLength, nMaxSize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/ibmca/
H A Dica_openssl_api.h75 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_MODEXPO
100 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c531 publKey->expLength = publKey->nLength = outLen;
546 publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
554 publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dica_openssl_api.h76 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_MODEXPO
101 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c540 publKey->expLength = publKey->nLength = outLen;
559 publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
567 publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/ibmca/
H A Dica_openssl_api.h75 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_MODEXPO
100 unsigned int nLength; /* Modulus n = p * q */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c531 publKey->expLength = publKey->nLength = outLen;
546 publKey->modulusBitLength = CORRECT_ENDIANNESS(publKey->nLength * 8);
554 publKey->expLength = publKey->nLength = CORRECT_ENDIANNESS(tmpLen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstring.cpp155 // takes nLength elements of psz starting at nPos
156 void wxStringBase::InitWith(const wxChar *psz, size_t nPos, size_t nLength) argument
161 if ( nLength == npos ) {
164 nLength = wxStrlen(psz + nPos);
167 STATISTICS_ADD(InitialLength, nLength);
169 if ( nLength > 0 ) {
171 if ( !AllocBuffer(nLength) ) {
175 wxTmemcpy(m_pchData, psz + nPos, nLength);
1010 wxString::wxString(const char *psz, const wxMBConv& conv, size_t nLength)
1013 if ( psz && nLength !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstring.h365 // ctor takes first nLength characters from C string
369 wxStringBase(const wxChar *psz, size_t nLength) argument
370 { InitWith(psz, 0, nLength); }
373 size_t nLength = npos)
374 { InitWith(psz, 0, nLength); }
696 // ctor takes first nLength characters from C string
700 wxString(const wxChar *psz, size_t nLength)
701 : wxStringBase(psz, nLength) { }
704 size_t nLength = npos)
705 : wxStringBase(psz, nLength
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c468 USHORT nLength; local
474 nLength = strlen(szName);
475 if (szName[nLength - 1] == '/')
476 szName[nLength - 1] = 0;
560 USHORT nLength; local
571 nLength = strlen(szName);
572 if (szName[nLength - 1] == '/')
573 szName[nLength - 1] = 0;
596 nLength = sizeof(FEA) + pFEA2 -> cbName + 1 + pFEA2 -> cbValue;
598 memcpy(pFEA, (PCH) pFEA2 + sizeof(pFEA2 -> oNextEntryOffset), nLength);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_win32.c55 all_sa.nLength = sizeof(SECURITY_ATTRIBUTES);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxstring.tex435 \func{}{wxString}{\param{const wxChar*}{ psz}, \param{size\_t}{ nLength = wxSTRING\_MAXLEN}}
437 Takes first {\it nLength} characters from the C string {\it psz}.
442 the correct value for {\it nLength}. However, the default form of it works
447 \func{}{wxString}{\param{const unsigned char*}{ psz}, \param{size\_t}{ nLength = wxSTRING\_MAXLEN}}
449 For compilers using unsigned char: takes first {\it nLength} characters from the C string {\it psz}.
458 \func{}{wxString}{\param{const wchar\_t*}{ psz}, \param{wxMBConv\&}{ conv}, \param{size\_t}{ nLength = wxSTRING\_MAXLEN}}
460 Initializes the string from first \arg{nLength} characters of wide string.
466 \func{}{wxString}{\param{const char*}{ psz}, \param{wxMBConv\&}{ conv}, \param{size\_t}{ nLength = wxSTRING\_MAXLEN}}
468 Initializes the string from first \arg{nLength} characters of C string.
1599 int nLength
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpnserv/
H A Dopenvpnserv.c157 obj->sa.nLength = sizeof (SECURITY_ATTRIBUTES);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Derror.c481 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
H A Dwin32.c130 obj->sa.nLength = sizeof (SECURITY_ATTRIBUTES);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutilsexc.cpp219 security.nLength = sizeof(security);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dmswindows.c213 sa.nLength = sizeof (sa);

Completed in 120 milliseconds