51 memcpy((
char *pg_restrict) (
buf->data +
buf->len), &ni,
sizeof(
uint8));
65 memcpy((
char *pg_restrict) (
buf->data +
buf->len), &ni,
sizeof(
uint16));
79 memcpy((
char *pg_restrict) (
buf->data +
buf->len), &ni,
sizeof(
uint32));
93 memcpy((
char *pg_restrict) (
buf->data +
buf->len), &ni,
sizeof(uint64));
94 buf->len +=
sizeof(uint64);
110 int slen = strlen(
str);
119 memcpy(((
char *pg_restrict)
buf->data +
buf->len), p, slen + 1);
120 buf->len += slen + 1;
185 elog(
ERROR,
"unsupported integer size %d",
b);
#define Assert(condition)
char * pg_server_to_client(const char *s, int len)
void pfree(void *pointer)
void enlargeStringInfo(StringInfo str, int needed)