Searched refs:logstream (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libdevdctl/
H A Dexception.cc95 stringstream logstream; local
97 logstream << "Parsing ";
101 logstream << "invalid format ";
104 logstream << "discarded event ";
107 logstream << "unknown event ";
112 logstream << "exception on buffer: \'";
114 logstream << m_parsedBuffer << '\'' << endl;
119 logstream << markedBuffer << '\'' << endl;
122 GetString() = logstream.str();
/freebsd-11-stable/crypto/openssl/engines/vendor_defns/
H A Dhwcryptohook.h178 void *logstream; /* usually a FILE*. See below. */ member in struct:__anon6470
295 void (*logmessage) (void *logstream, const char *message);
313 * used. The default function treats logstream as a FILE* which has
314 * been converted to a void*. If logstream is 0 it does nothing.
316 * writes the message to logstream. Each line will be prefixed by a
318 * crypto plugin. Errors on the logstream are not reported
/freebsd-11-stable/crypto/openssl/engines/
H A De_sureware.c392 static BIO *logstream = NULL; variable
411 if (logstream) {
412 BIO_free(logstream);
413 logstream = NULL;
416 logstream = bio;
603 if (logstream)
604 BIO_free(logstream);
645 if (logstream) {
647 BIO_write(logstream, msg, strlen(msg));
H A De_chil.c280 static BIO *logstream = NULL; variable
304 &logstream, /* logstream */
659 if (logstream)
660 BIO_free(logstream);
696 if (logstream) {
697 BIO_free(logstream);
698 logstream = NULL;
701 logstream = bio;

Completed in 172 milliseconds