Searched refs:eb_magic (Results 1 – 1 of 1) sorted by relevance
55 int eb_magic; member93 eb->eb_magic = EBUF_MAGIC; in ebuf_alloc()102 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_free()104 eb->eb_magic = 0; in ebuf_free()114 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_add_head()141 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_add_tail()168 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_del_head()179 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_del_tail()192 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_data()206 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_size()[all …]