PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ dump_stringbuffer()

static void dump_stringbuffer ( STRINGBUFFER buffer)
static

Definition at line 791 of file raster2pgsql.c.

References stringbuffer_t::length, and stringbuffer_t::line.

Referenced by flush_stringbuffer().

791  {
792  int i = 0;
793 
794  for (i = 0; i < buffer->length; i++) {
795  printf("%s\n", buffer->line[i]);
796  }
797 }
uint32_t length
Definition: raster2pgsql.h:196
Here is the caller graph for this function: