Searched refs:logstream (Results 1 – 3 of 3) sorted by relevance
361 static BIO *logstream = NULL; variable379 if (logstream) in surewarehk_ctrl()381 BIO_free(logstream); in surewarehk_ctrl()382 logstream = NULL; in surewarehk_ctrl()385 logstream = bio; in surewarehk_ctrl()548 if (logstream) in surewarehk_finish()549 BIO_free(logstream); in surewarehk_finish()592 if (logstream) in surewarehk_error_handling()595 BIO_write(logstream, msg, strlen(msg)); in surewarehk_error_handling()
268 static BIO *logstream = NULL; variable289 &logstream, /* logstream */649 if (logstream) in hwcrhk_finish()650 BIO_free(logstream); in hwcrhk_finish()689 if (logstream) in hwcrhk_ctrl()691 BIO_free(logstream); in hwcrhk_ctrl()692 logstream = NULL; in hwcrhk_ctrl()695 logstream = bio; in hwcrhk_ctrl()
171 void *logstream; /* usually a FILE*. See below. */ member287 void (*logmessage)(void *logstream, const char *message);