PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ stringbuffer_copy()

void stringbuffer_copy ( stringbuffer_t dst,
stringbuffer_t src 
)

Copy the contents of src into dst.

Definition at line 188 of file stringbuffer.c.

189{
191}
const char * stringbuffer_getstring(stringbuffer_t *s)
Returns a reference to the internal string being managed by the stringbuffer.
void stringbuffer_set(stringbuffer_t *s, const char *str)
Clear the stringbuffer_t and re-start it with the specified string.

References stringbuffer_getstring(), and stringbuffer_set().

Here is the call graph for this function: