| GDB (API)
   
    | 
#include "defs.h"#include "xml-utils.h"#include "buffer.h"#include "inttypes.h"#include <stdlib.h>#include <string.h>#include <stdio.h>#include <stdint.h>Go to the source code of this file.
| Functions | |
| void | buffer_grow (struct buffer *buffer, const char *data, size_t size) | 
| void | buffer_free (struct buffer *buffer) | 
| void | buffer_init (struct buffer *buffer) | 
| char * | buffer_finish (struct buffer *buffer) | 
| void | buffer_xml_printf (struct buffer *buffer, const char *format,...) | 
| char* buffer_finish | ( | struct buffer * | buffer | ) | 
| void buffer_free | ( | struct buffer * | buffer | ) | 
| void buffer_grow | ( | struct buffer * | buffer, | 
| const char * | data, | ||
| size_t | size | ||
| ) | 
| void buffer_init | ( | struct buffer * | buffer | ) | 
| void buffer_xml_printf | ( | struct buffer * | buffer, | 
| const char * | format, | ||
| ... | |||
| ) | 
 1.7.6.1
 1.7.6.1