#include <osip2/osip_mt.h>
#include <osipparser2/osip_list.h>
Go to the source code of this file.
Classes | |
| struct | osip_fifo |
Typedefs | |
| typedef struct osip_fifo | osip_fifo_t |
Functions | |
| void | osip_fifo_init (osip_fifo_t *ff) |
| void | osip_fifo_free (osip_fifo_t *ff) |
| int | osip_fifo_insert (osip_fifo_t *ff, void *element) |
| int | osip_fifo_add (osip_fifo_t *ff, void *element) |
| int | osip_fifo_size (osip_fifo_t *ff) |
| void * | osip_fifo_get (osip_fifo_t *ff) |
| void * | osip_fifo_tryget (osip_fifo_t *ff) |
This is a very simple implementation of a fifo.
There is not much to say about it...
1.5.4