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

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_anonymityrevocation/
H A Dcsencryption_result.c69 int bufferLength = c1_size + c2_size + c3_size + conditionLength; local
71 buffer = (BYTE *)malloc( bufferLength);
73 LogError("malloc of %d bytes failed", bufferLength);
85 bytes = compute_bytes( bufferLength, buffer, length, digest);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d500 size_t bufferLength = 0;
504 const count = snprintf(buffer.ptr + bufferLength,
505 buffer.length - bufferLength,
508 bufferLength += count;
509 if (bufferLength >= buffer.length)
510 bufferLength = buffer.length - 1;
535 return buffer[0 .. bufferLength];
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Dstring.d193 const bufferLength = pathLength + prefixLength + 1;
196 auto absPath = SmallBuffer!wchar(bufferLength, absBuf);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d518 size_t bufferLength = 0;
522 const count = snprintf(buffer.ptr + bufferLength,
523 buffer.length - bufferLength,
526 bufferLength += count;
527 if (bufferLength >= buffer.length)
528 bufferLength = buffer.length - 1;
553 return buffer[0 .. bufferLength];
/netbsd-current/external/bsd/wpa/dist/src/eap_server/
H A Dtncs.c265 TNC_UInt32 bufferLength,
279 TNC_UInt32 bufferLength,
261 TNC_TNCS_GetAttribute( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_AttributeID attribureID, TNC_UInt32 bufferLength, TNC_BufferReference buffer, TNC_UInt32 *pOutValueLength) argument
275 TNC_TNCS_SetAttribute( TNC_IMVID imvID, TNC_ConnectionID connectionID, TNC_AttributeID attribureID, TNC_UInt32 bufferLength, TNC_BufferReference buffer) argument

Completed in 97 milliseconds