Lines Matching defs:log_item
99 struct log_item {
185 static bool check_log_item_validite(const struct log_item *item,
199 static struct log_item *get_next_log_item(const unsigned char *buffer_start,
203 struct log_item *item = NULL;
211 item = (struct log_item *)(uintptr_t)(buffer_start + read_pos + i);
235 struct log_item *next_item = NULL;
750 static int log_pool_item_check(struct log_item *item, struct teelogger_log_pool pool_item)
755 (uint64_t)(item->buffer_len + sizeof(struct log_item)) > pool_item.size)
765 struct log_item *item = NULL;
774 if ((uint64_t)LOG_POOL_ITEM_MAX_LEN < pool_item.size || pool_item.size < (uint64_t)sizeof(struct log_item) ||
795 item = (struct log_item *)(uintptr_t)((uint64_t)(uintptr_t)pool_buffer->buffer_start +
985 static struct log_item *msg_get_next(unsigned char *buffer_start,
989 struct log_item *item = NULL;
998 item = (struct log_item *)(buffer_start + read_pos + i);
1087 struct log_item *next_item = NULL;
1137 struct log_item *next_item = NULL;