PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ stringbuffer_append()

static void stringbuffer_append ( stringbuffer_t s,
const char *  a 
)
inlinestatic

Append the specified string to the stringbuffer_t.

Definition at line 103 of file stringbuffer.h.

104 {
105  int alen = strlen(a); /* Length of string to append */
106  stringbuffer_append_len(s, a, alen);
107 }
char * s
Definition: cu_in_wkt.c:23
static void stringbuffer_append_len(stringbuffer_t *s, const char *a, size_t alen)
Append the specified string to the stringbuffer_t using known length.
Definition: stringbuffer.h:91

References s, and stringbuffer_append_len().

Referenced by nd_box_to_json(), nd_stats_to_json(), stringbuffer_set(), and test_stringbuffer_append().

Here is the call graph for this function:
Here is the caller graph for this function: