PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ stringbuffer_copy()

void stringbuffer_copy ( stringbuffer_t dst,
stringbuffer_t src 
)

Copy the contents of src into dst.

Definition at line 193 of file stringbuffer.c.

194 {
196 }
void stringbuffer_set(stringbuffer_t *s, const char *str)
Clear the stringbuffer_t and re-start it with the specified string.
Definition: stringbuffer.c:183
const char * stringbuffer_getstring(stringbuffer_t *s)
Returns a reference to the internal string being managed by the stringbuffer.
Definition: stringbuffer.c:149

References stringbuffer_getstring(), and stringbuffer_set().

Here is the call graph for this function: