PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ stringbuffer_getlength()

int stringbuffer_getlength ( stringbuffer_t sb)

Returns the length of the current string, not including the null terminator (same behavior as strlen()).

Definition at line 174 of file stringbuffer.c.

References stringbuffer_t::str_end, and stringbuffer_t::str_start.

Referenced by lwgeom_to_wkt().

175 {
176  return (s->str_end - s->str_start);
177 }
char * s
Definition: cu_in_wkt.c:23
Here is the caller graph for this function: