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

/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsign.c623 struct string_queue *qentry, *old_qentry; local
696 old_qentry = qentry;
697 qentry = STAILQ_NEXT(old_qentry, entries);
698 STAILQ_REMOVE(&sg->hashes, old_qentry,
700 FREEPTR(old_qentry->data);
701 FREEPTR(old_qentry);

Completed in 77 milliseconds