Lines Matching refs:messages
88 * This structure is used to remember messages for pruning via
101 * about where messages are actually supposed to be sent -- the information
148 ISC_LIST(isc_logmessage_t) messages;
275 ISC_LIST_INIT(lctx->messages);
470 while ((message = ISC_LIST_HEAD(lctx->messages)) != NULL) {
471 ISC_LIST_UNLINK(lctx->messages, message, link);
1364 * Try to avoid locking the mutex for messages which can't
1366 * messages that the debug level is not high enough to print.
1541 * 'oldest' is the age of the oldest messages
1555 message = ISC_LIST_HEAD(lctx->messages);
1575 ISC_LIST_UNLINK(lctx->messages,
1625 ISC_LIST_APPEND(lctx->messages,