Query: ne_buffer_ncreate
OS: opensolaris
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NE_BUFFER_CREATE(3) neon API reference NE_BUFFER_CREATE(3)NAMEne_buffer_create, ne_buffer_ncreate - general purpose of group of functionsSYNOPSIS#include <ne_alloc.h> ne_buffer *ne_buffer_create (void); ne_buffer *ne_buffer_ncreate (size_t size);DESCRIPTIONne_buffer_create creates a new buffer object, with an implementation-defined initial size. ne_buffer_ncreate creates an ne_buffer where the minimum initial size is given in the size parameter. The buffer created will contain the empty string ("").RETURN VALUEBoth functions return a pointer to a new buffer object, and never NULL.SEE ALSOne_buffer(3)AUTHORJoe Orton <neon@webdav.org>.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWneon | +--------------------+-----------------+ |Interface Stability | Volatile | +--------------------+-----------------+NOTESSource for Neon is available on http://opensolaris.org.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWneon | +--------------------+-----------------+ |Interface Stability | Volatile | +--------------------+-----------------+NOTESSource for Neon is available on http://opensolaris.org. neon 0.25.5 20 January 2006 NE_BUFFER_CREATE(3)
Related Man Pages |
---|
ne_buffer_destroy(3) - opensolaris |
ne_buffer_create(3) - opensolaris |
ne_set_request_body_fd(3) - opensolaris |
ne_ssl_dname_cmp(3) - opensolaris |
ne_xml_destroy(3) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Trough Of Disillusionment |
Mashups, SOAs And The Cloud |
Lean IT |
Simply Explained |
Authentication with LDAP in opensolaris |