PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ bytebuffer_reset_reading()

void bytebuffer_reset_reading ( bytebuffer_t s)

Set the read cursor to the beginning.

Definition at line 119 of file bytebuffer.c.

120 {
121  s->readcursor = s->buf_start;
122 }
char * s
Definition: cu_in_wkt.c:23

References s.