Searched refs:circbuf_t (Results 1 – 1 of 1) sorted by relevance
19 } circbuf_t; typedef21 int buf_init (circbuf_t * buf, unsigned int size);22 int buf_free (circbuf_t * buf);23 int buf_pop (circbuf_t * buf, char *dest, unsigned int len);24 int buf_push (circbuf_t * buf, const char *src, unsigned int len);
Completed in 4 milliseconds