GDB (API)
Functions
/home/stan/gdb/src/gdb/common/buffer.c File Reference
#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,...)

Function Documentation

char* buffer_finish ( struct buffer buffer)

Definition at line 77 of file buffer.c.

void buffer_free ( struct buffer buffer)

Definition at line 59 of file buffer.c.

void buffer_grow ( struct buffer buffer,
const char *  data,
size_t  size 
)

Definition at line 36 of file buffer.c.

void buffer_init ( struct buffer buffer)

Definition at line 71 of file buffer.c.

void buffer_xml_printf ( struct buffer buffer,
const char *  format,
  ... 
)

Definition at line 87 of file buffer.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines