Searched refs:errorBuffer (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp45 char errorBuffer[2048]; local
58 snprintf(errorBuffer, sizeof(errorBuffer), "%s: %s (%" B_PRIx32 ")"
60 messageString = errorBuffer;
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp479 char errorBuffer[AV_ERROR_MAX_STRING_SIZE]; local
480 av_strerror(fHeaderError, errorBuffer, sizeof(errorBuffer));
481 TRACE(" avformat_write_header(): %s\n", errorBuffer);

Completed in 51 milliseconds