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

/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/src/
H A Dvrefbuffer.c16 struct msgpack_vrefbuffer_chunk { struct
17 struct msgpack_vrefbuffer_chunk* next;
26 msgpack_vrefbuffer_chunk* chunk;
46 chunk = (msgpack_vrefbuffer_chunk*)malloc(
47 sizeof(msgpack_vrefbuffer_chunk) + chunk_size);
56 ib->ptr = ((char*)chunk) + sizeof(msgpack_vrefbuffer_chunk);
66 msgpack_vrefbuffer_chunk* c = vbuf->inner_buffer.head;
68 msgpack_vrefbuffer_chunk* n = c->next;
81 msgpack_vrefbuffer_chunk* c = vbuf->inner_buffer.head->next;
82 msgpack_vrefbuffer_chunk*
[all...]
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/
H A Dvrefbuffer.h36 struct msgpack_vrefbuffer_chunk;
37 typedef struct msgpack_vrefbuffer_chunk msgpack_vrefbuffer_chunk; typedef in typeref:struct:msgpack_vrefbuffer_chunk
42 msgpack_vrefbuffer_chunk* head;

Completed in 30 milliseconds