debian man page for buffer_fromsa

Query: buffer_fromsa

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

buffer_fromsa(3)					     Library Functions Manual						  buffer_fromsa(3)

NAME
buffer_fromsa - initialize buffer structure from stralloc
SYNTAX
#include <buffer.h> void buffer_fromsa(buffer* b,stralloc* sa);
DESCRIPTION
buffer_fromsa makes a virtual read buffer from a stralloc. The buffer reading functions will be able to read until the end of the data in the stralloc, then signal EOF. The buffer does not have its own buffer space, it reuses the one in the stralloc. Do not touch the stralloc until your are done with the buffer! In particular, do not call stralloc_free on it! Reading data from the buffer will not change the stralloc.
SEE ALSO
buffer_tosa(3), buffer_init(3), buffer(3) buffer_fromsa(3)
Related Man Pages
buffer_get_new_token_sa_pred(3) - debian
buffer_get_token_sa_pred(3) - debian
ldns_buffer_set_position(3) - debian
stralloc(3) - debian
ldns_buffer_flip(3) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com