All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Functions
as_buffer.h File Reference
#include <aerospike/as_std.h>
+ Include dependency graph for as_buffer.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  as_buffer
 

Functions

void as_buffer_destroy (as_buffer *b)
 
int as_buffer_init (as_buffer *b)
 

Function Documentation

void as_buffer_destroy ( as_buffer b)

Free the resources allocated to the buffer.

int as_buffer_init ( as_buffer b)

Initialize the buffer to default values.