Home
last modified time | relevance | path

Searched refs:pDestinationBuffer (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/qat/qat_api/common/include/
H A Dlac_common.h323 #define LAC_COPY_STRING(pDestinationBuffer, pSource) \ argument
325 memcpy(pDestinationBuffer, pSource, (sizeof(pSource) - 1)); \
326 pDestinationBuffer[(sizeof(pSource) - 1)] = '\0'; \