PostGIS  3.1.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 168 of file stringbuffer.c.

169 {
171 }
void stringbuffer_set(stringbuffer_t *s, const char *str)
Clear the stringbuffer_t and re-start it with the specified string.
Definition: stringbuffer.c:158
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: