Searched refs:msgpack_vrefbuffer (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dvrefbuffer.h31 * @defgroup msgpack_vrefbuffer Vectored Referencing buffer
45 typedef struct msgpack_vrefbuffer { struct
54 } msgpack_vrefbuffer; typedef in typeref:struct:msgpack_vrefbuffer
66 bool msgpack_vrefbuffer_init(msgpack_vrefbuffer* vbuf,
69 void msgpack_vrefbuffer_destroy(msgpack_vrefbuffer* vbuf);
71 static inline msgpack_vrefbuffer* msgpack_vrefbuffer_new(size_t ref_size, size_t chunk_size);
72 static inline void msgpack_vrefbuffer_free(msgpack_vrefbuffer* vbuf);
76 static inline const struct iovec* msgpack_vrefbuffer_vec(const msgpack_vrefbuffer* vref);
77 static inline size_t msgpack_vrefbuffer_veclen(const msgpack_vrefbuffer* vref);
80 int msgpack_vrefbuffer_append_copy(msgpack_vrefbuffer* vbu
[all...]
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/src/
H A Dvrefbuffer.c21 bool msgpack_vrefbuffer_init(msgpack_vrefbuffer* vbuf,
64 void msgpack_vrefbuffer_destroy(msgpack_vrefbuffer* vbuf)
79 void msgpack_vrefbuffer_clear(msgpack_vrefbuffer* vbuf)
100 int msgpack_vrefbuffer_append_ref(msgpack_vrefbuffer* vbuf,
125 int msgpack_vrefbuffer_append_copy(msgpack_vrefbuffer* vbuf,
164 int msgpack_vrefbuffer_migrate(msgpack_vrefbuffer* vbuf, msgpack_vrefbuffer* to)

Completed in 77 milliseconds