Home
last modified time | relevance | path

Searched refs:pSource (Results 1 – 3 of 3) 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'; \
/freebsd/contrib/sqlite3/
H A Dsqlite3.h9332 sqlite3 *pSource, /* Source database handle */
H A Dsqlite3.c9645 sqlite3 *pSource, /* Source database handle */