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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_set.c96 int totSize; local
138 totSize = p - pStart; /* This is the total size of all set blobs */
143 if (!(pTempMem = OPENSSL_malloc(totSize)))
158 memcpy(pStart, pTempMem, totSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_set.c97 int totSize; local
137 totSize = p - pStart; /* This is the total size of all set blobs */
144 if (!(pTempMem = OPENSSL_malloc(totSize))) {
157 memcpy(pStart, pTempMem, totSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_set.c97 int totSize; local
137 totSize = p - pStart; /* This is the total size of all set blobs */
144 if (!(pTempMem = OPENSSL_malloc(totSize))) {
157 memcpy(pStart, pTempMem, totSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dradiobox.cpp577 wxSize totSize = GetTotalButtonSize(maxSize); local
578 int totWidth = totSize.x,
579 totHeight = totSize.y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmemory.cpp955 int totSize = wxDebugContext::TotSize (size); local
956 char * buf = (char *) malloc(totSize);

Completed in 123 milliseconds