All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Data Structures | Functions
as_info.h File Reference
#include <aerospike/as_vector.h>
+ Include dependency graph for as_info.h:

Go to the source code of this file.

Data Structures

struct  as_name_value
 

Functions

void as_info_parse_multi_response (char *buf, as_vector *values)
 

Function Documentation

void as_info_parse_multi_response ( char *  buf,
as_vector values 
)
private

Parse info response buffer into name/value pairs, one for each command. The original buffer will be modified with null termination characters to delimit each command name and value referenced by the name/value pairs.