t_cose
Loading...
Searching...
No Matches
q_useful_buf.h File Reference

This is a TF-M coding style version of UsefulBuf. See UsefulBuf for documentation of these functions. More...

#include "qcbor/UsefulBuf.h"

Go to the source code of this file.

Macros

#define NULL_Q_USEFUL_BUF_C   NULLUsefulBufC
 
#define NULL_Q_USEFUL_BUF   NULLUsefulBuf
 
#define Q_USEFUL_BUF_FROM_SZ_LITERAL   UsefulBuf_FROM_SZ_LITERAL
 
#define Q_USEFUL_BUF_FROM_BYTE_ARRAY_LITERAL   UsefulBuf_FROM_BYTE_ARRAY_LITERAL
 
#define Q_USEFUL_BUF_MAKE_STACK_UB   UsefulBuf_MAKE_STACK_UB
 
#define Q_USEFUL_BUF_FROM_BYTE_ARRAY   UsefulBuf_FROM_BYTE_ARRAY
 

Functions

static int q_useful_buf_c_is_null (struct q_useful_buf_c in)
 
static int q_useful_buf_is_null (struct q_useful_buf in)
 
static int q_useful_buf_c_is_empty (struct q_useful_buf_c in)
 
static int q_useful_buf_is_empty (struct q_useful_buf in)
 
static int q_useful_buf_is_null_or_empty (struct q_useful_buf in)
 
static int q_useful_buf_c_is_null_or_empty (struct q_useful_buf_c in)
 
static struct q_useful_buf_c q_usefulbuf_const (struct q_useful_buf ub)
 
static struct q_useful_buf q_useful_buf_unconst (struct q_useful_buf_c in)
 
static struct q_useful_buf_c q_useful_buf_from_sz (const char *string)
 
static struct q_useful_buf_c useful_buf_copy_offset (struct q_useful_buf dest, size_t offset, struct q_useful_buf_c src)
 
static struct q_useful_buf_c q_useful_buf_copy (struct q_useful_buf dest, struct q_useful_buf_c src)
 
static struct q_useful_buf_c q_useful_buf_set (struct q_useful_buf dest, uint8_t value)
 
static struct q_useful_buf_c q_useful_buf_copy_ptr (struct q_useful_buf d, const void *ptr, size_t len)
 
static struct q_useful_buf_c q_useful_buf_head (struct q_useful_buf_c buf, size_t amount)
 
static struct q_useful_buf_c q_useful_buf_tail (struct q_useful_buf_c buf, size_t amount)
 
static int q_useful_buf_compare (const struct q_useful_buf_c buf1, const struct q_useful_buf_c buf2)
 
static size_t q_useful_buf_is_value (const struct q_useful_buf_c buf, uint8_t uValue)
 
static size_t q_useful_buf_find_bytes (const struct q_useful_buf_c bytes_to_search, const struct q_useful_buf_c bytes_to_find)
 

Detailed Description

This is a TF-M coding style version of UsefulBuf. See UsefulBuf for documentation of these functions.