silcbuffer.html
SILC Buffer Interface Header: silcbuffer.h
DESCRIPTION
SilcBuffer is very simple and easy to use, yet you can do to the
buffer almost anything you want with its method functions. The buffer
is constructed of four different data sections that in whole creates
the allocated data area.
This buffer scheme is based on Linux kernel's Socket Buffer, the
idea were taken directly from there and credits should go there.
SilcBuffer
SILC_BUFFER_END
silc_buffer_alloc
silc_buffer_free
silc_buffer_steal
silc_buffer_set
silc_buffer_pull
silc_buffer_push
silc_buffer_pull_tail
silc_buffer_push_tail
silc_buffer_put_head
silc_buffer_put
silc_buffer_put_tail
silc_buffer_alloc_size
silc_buffer_clear
silc_buffer_copy
silc_buffer_clone
silc_buffer_realloc
|