27 bool countincludesself);
52 memcpy((
char *pg_restrict) (
buf->data +
buf->len), &ni,
sizeof(
uint8));
66 memcpy((
char *pg_restrict) (
buf->data +
buf->len), &ni,
sizeof(
uint16));
80 memcpy((
char *pg_restrict) (
buf->data +
buf->len), &ni,
sizeof(
uint32));
94 memcpy((
char *pg_restrict) (
buf->data +
buf->len), &ni,
sizeof(uint64));
95 buf->len +=
sizeof(uint64);
111 int slen = strlen(
str);
120 memcpy(((
char *pg_restrict)
buf->data +
buf->len), p, slen + 1);
121 buf->len += slen + 1;
186 elog(
ERROR,
"unsupported integer size %d",
b);
elog(ERROR, "%s: %s", p2, msg)
Assert(fmt[strlen(fmt) - 1] !='\n')
char * pg_server_to_client(const char *s, int len)
void pfree(void *pointer)
void enlargeStringInfo(StringInfo str, int needed)