Searched refs:string_queue (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/syslogd/
H A Dsign.h135 struct string_queue { struct
138 STAILQ_ENTRY(string_queue) entries;
140 STAILQ_HEAD(string_queue_head, string_queue);
H A Dsign.c294 struct string_queue *sqentry, *last_sqentry;
385 string_queue, entries);
634 struct string_queue *qentry, *old_qentry;
710 string_queue, entries);
728 struct string_queue *qentry, *tmp_qentry;
732 STAILQ_REMOVE(sqhead, qentry, string_queue, entries);
769 struct string_queue *qentry;
773 if ((qentry = STAILQ_LAST(&sg->hashes, string_queue, entries))
H A Dsyslogd.c3075 struct string_queue *sqentry, *sqe1, *sqe2;

Completed in 190 milliseconds