PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ stringbuffer_copy()

void stringbuffer_copy ( stringbuffer_t dst,
stringbuffer_t src 
)

Copy the contents of src into dst.

Definition at line 157 of file stringbuffer.c.

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

References stringbuffer_getstring(), and stringbuffer_set().

Here is the call graph for this function: