Definition at line 262 of file bytebuffer.c.
264 LWDEBUGF(2,
"Entered bytebuffer_append_int with value %d, swap = %d", val, swap);
267 char *iptr = (
char*)(&val);
279 LWDEBUG(4,
"Ok, let's do the swaping thing");
289 LWDEBUG(4,
"Ok, let's do the memcopying thing");
static void bytebuffer_makeroom(bytebuffer_t *s, size_t size_to_add)
If necessary, expand the bytebuffer_t internal buffer to accomodate the specified additional size.
#define LWDEBUG(level, msg)
#define LWDEBUGF(level, msg,...)
void lwerror(const char *fmt,...)
Write a notice out to the error handler.
References bytebuffer_t::buf_start, bytebuffer_makeroom(), LWDEBUG, LWDEBUGF, lwerror(), WKB_INT_SIZE, and bytebuffer_t::writecursor.