Home
last modified time | relevance | path

Searched refs:EBUF_MAGIC (Results 1 – 1 of 1) sorted by relevance

/dports/net-mgmt/hastmon/hastmon-0.3.4/hastmon/
H A Debuf.c48 #define EBUF_MAGIC 0xeb0f41c macro
89 eb->eb_magic = EBUF_MAGIC; in ebuf_alloc()
98 assert(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_free()
110 assert(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_add_head()
137 assert(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_add_tail()
163 assert(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_del_head()
174 assert(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_del_tail()
187 assert(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_data()
201 assert(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_size()
215 assert(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_head_extend()
[all …]