PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ bytebuffer_getlength()

size_t bytebuffer_getlength ( const bytebuffer_t s)

Returns the length of the current buffer.

Definition at line 176 of file bytebuffer.c.

177{
178 return (size_t)(s->writecursor - s->buf_start);
179}
char * s
Definition cu_in_wkt.c:23

References s.

Referenced by bytebuffer_append_bytebuffer(), bytebuffer_get_buffer(), bytebuffer_get_buffer_varlena(), and lwgeom_write_to_buffer().

Here is the caller graph for this function: