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

/netbsd-current/usr.sbin/syslogd/
H A Dsign.c634 struct string_queue *qentry, *old_qentry; local
707 old_qentry = qentry;
708 qentry = STAILQ_NEXT(old_qentry, entries);
709 STAILQ_REMOVE(&sg->hashes, old_qentry,
711 FREEPTR(old_qentry->data);
712 FREEPTR(old_qentry);

Completed in 75 milliseconds