| H A D | syslogd.c | 2211 * if qentry == NULL: new message, if temporarily undeliverable it will be enqueued in fprintlog() 2212 * if qentry != NULL: a temporarily undeliverable message will not be enqueued, in fprintlog() 2216 fprintlog(struct filed *f, struct buf_msg *passedbuffer, struct buf_queue *qentry) in fprintlog() 2233 DPRINTF(D_CALL, "fprintlog(%p, %p, %p)\n", f, buffer, qentry); in fprintlog() 2290 if (qentry in fprintlog() 2322 if (!(buffer->flags & SIGN_MSG) && !qentry) { in fprintlog() 2423 if (!qentry) in fprintlog() 2424 qentry = message_queue_add(f, NEWREF(buffer)); in fprintlog() 2425 (void)tls_send(f, lineptr, len, qentry); in fprintlog() 2440 } else if (!qentry) /* preven in fprintlog() 2184 fprintlog(struct filed * f,struct buf_msg * passedbuffer,struct buf_queue * qentry) fprintlog() argument 4360 struct buf_queue *qentry; send_queue() local 4487 struct buf_queue *qentry = NULL; message_queue_purge() local 4590 buf_queue_obj_size(struct buf_queue * qentry) buf_queue_obj_size() argument 4622 message_queue_remove(struct filed * f,struct buf_queue * qentry) message_queue_remove() argument 4645 struct buf_queue *qentry; message_queue_add() local 4672 struct buf_queue *qentry; message_queue_freeall() local [all...] |