PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ stringbuffer_copy()

void stringbuffer_copy ( stringbuffer_t sb,
stringbuffer_t src 
)

Copy the contents of src into dst.

Definition at line 185 of file stringbuffer.c.

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

References stringbuffer_getstring(), and stringbuffer_set().

Here is the call graph for this function: