GME  13
Public Attributes
svn_stringbuf_t Struct Reference

#include <svn_string.h>

List of all members.

Public Attributes

apr_pool_tpool
char * data
apr_size_t len
apr_size_t blocksize

Detailed Description

A buffered string, capable of appending without an allocation and copy for each append.

Definition at line 104 of file svn_string.h.


Member Data Documentation

total size of buffer allocated

Definition at line 119 of file svn_string.h.

pointer to the bytestring

Definition at line 113 of file svn_string.h.

length of bytestring

Definition at line 116 of file svn_string.h.

a pool from which this string was originally allocated, and is not necessarily specific to this string. This is used only for allocating more memory from when the string needs to grow.

Definition at line 110 of file svn_string.h.


The documentation for this struct was generated from the following file: