libevent ~master (2022-03-03T14:52:06.0477371)
Dub
Repo
TAILQ_ENTRY
deimos
event2
_tailq
Undocumented in source.
struct
TAILQ_ENTRY (
type
) {
type
*
tqe_next
;
type
**
tqe_prev
;
}
Members
Variables
tqe_next
type
*
tqe_next
;
Undocumented in source.
tqe_prev
type
**
tqe_prev
;
Undocumented in source.
Meta
Source
See Implementation
deimos
event2
_tailq
mixin templates
TAILQ_HEAD
structs
TAILQ_ENTRY