PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int stringbuffer_aprintf | ( | stringbuffer_t * | s, |
const char * | fmt, | ||
... | |||
) |
Appends a formatted string to the current string buffer, using the format and argument list provided.
Returns -1 on error, check errno for reasons, as documented in the printf man page.
Definition at line 253 of file stringbuffer.c.
References r, and stringbuffer_avprintf().
Referenced by lwcollection_to_kml2_sb(), lwgeom_to_wkt(), lwline_to_kml2_sb(), lwpoint_to_kml2_sb(), lwpoly_to_kml2_sb(), nd_box_to_json(), nd_stats_to_json(), pointarray_to_encoded_polyline(), ptarray_to_kml2_sb(), ptarray_to_wkt_sb(), ShpLoaderGenerateSQLRowStatement(), ShpLoaderGetSQLFooter(), ShpLoaderGetSQLHeader(), and test_stringbuffer_aprintf().