Searched refs:EBUF_MAGIC (Results 1 – 1 of 1) sorted by relevance
50 #define EBUF_MAGIC 0xeb0f41c macro91 eb->eb_magic = EBUF_MAGIC; in ebuf_alloc()100 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_free()112 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_add_head()139 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_add_tail()166 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_del_head()177 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_del_tail()190 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_data()204 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_size()218 PJDLOG_ASSERT(eb != NULL && eb->eb_magic == EBUF_MAGIC); in ebuf_head_extend()[all …]