Lines Matching refs:BUFFER
1465 @param sbuffer Buffer to receive result. Null terminated unless the buffer size is 0.
1466 @param buflen Size of the buffer including space for the null terminator.
1515 @param inBuffer Optional buffer to copy the string to for non-static strings. May be null.
1516 @param inBufferSize Size of optional buffer. May be 0.
1519 buffer is supplied, the return value will always be a pointer to the supplied buffer, which will
1520 contain the best available description of the error code. If a buffer is not supplied, the return
1522 string. This allows code that cannot use a temporary buffer to hold the result to still get a useful
1523 error string in most cases, but also allows code that can use a temporary buffer to get the best
1556 #define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DATA, DATA_SIZE, FLAGS, BUFFER, BUFFER_SIZE ) \
1558 ( DATA_START ), ( DATA ), ( DATA_SIZE ), ( FLAGS ), ( BUFFER ), ( BUFFER_SIZE ) )
1560 #define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DATA, DATA_SIZE, FLAGS, BUFFER, BUFFER_SIZE )