HomeSort by: relevance | last modified time | path
    Searched refs:string_queue (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/syslogd/
sign.h 135 struct string_queue { struct
138 STAILQ_ENTRY(string_queue) entries;
140 STAILQ_HEAD(string_queue_head, string_queue);
sign.c 294 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))
syslogd.c 3107 struct string_queue *sqentry, *sqe1, *sqe2;

Completed in 17 milliseconds