Searched refs:rb_read (Results 1 – 1 of 1) sorted by relevance
104 static int rb_read(struct ringbuffer_t *, char *);257 while ((rb_read(&ringbuffer, ringmessage) != -1)) { in send_http()699 rb_read(struct ringbuffer_t *buffer, char *buff) in rb_read() function