PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ stringbuffer_append_char()

static void stringbuffer_append_char ( stringbuffer_t s,
char  c 
)
inlinestatic

Definition at line 119 of file stringbuffer.h.

120 {
122  *(s->str_end) = c;
123  s->str_end++;
124 }
char * s
Definition: cu_in_wkt.c:23
static void stringbuffer_makeroom(stringbuffer_t *s, size_t size_to_add)
If necessary, expand the stringbuffer_t internal buffer to accommodate the specified additional size.
Definition: stringbuffer.h:71

References s, and stringbuffer_makeroom().

Referenced by asgeojson_collection(), asgeojson_line(), asgeojson_multiline(), asgeojson_multipoint(), asgeojson_multipolygon(), asgeojson_point(), asgeojson_poly(), asgeojson_poly_coords(), asgml2_ptarray(), asgml3_ptarray(), coordinate_to_geojson(), pointArray_to_geojson(), and rt_raster_gdal_contour().

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