From 74a12ffc8b37f2dae4b3002e86f33b8ca52df22d Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 29 Dec 2019 23:21:33 -0800 Subject: man page updates for 1.2 --- man/v1.2/nn_reallocmsg.3compat.html | 622 ++++++++++++++++++++++++++++++++++++ 1 file changed, 622 insertions(+) create mode 100644 man/v1.2/nn_reallocmsg.3compat.html (limited to 'man/v1.2/nn_reallocmsg.3compat.html') diff --git a/man/v1.2/nn_reallocmsg.3compat.html b/man/v1.2/nn_reallocmsg.3compat.html new file mode 100644 index 00000000..bbdd5eb0 --- /dev/null +++ b/man/v1.2/nn_reallocmsg.3compat.html @@ -0,0 +1,622 @@ +--- +version: 1.2 +layout: refman +--- + + + + + + + +nn_reallocmsg(3compat) + + + + + + + +
+
+

SYNOPSIS

+
+
+
+
#include <nanomsg/nn.h>
+
+void *nn_reallocmsg(void *old, size_t size);
+
+
+
+
+
+

DESCRIPTION

+
+
+

The nn_reallocmsg() reallocates the message old, making it of size size.

+
+
+ + + + + +
+ + +This function is provided for API +compatibility with legacy libnanomsg. +Consider using the relevant modern API instead. +
+
+
+

On success, the contents of old are copied into the new message +(truncating if appropriate), then old is deallocated, and a pointer +to the new message payload is returned.

+
+
+

On failure, the old message is unchanged, and the value NULL is returned +to the caller.

+
+
+
+
+

RETURN VALUES

+
+
+

This function returns a pointer to message buffer space, or NULL +on failure.

+
+
+
+
+

ERRORS

+
+
+ + + + + + + + + + + + + +
+ENOMEM + +

Insufficient memory is available.

+
+EINVAL + +

An invalid size was specified.

+
+ETERM + +

The library is shutting down.

+
+
+
+
+ +
+ + -- cgit v1.2.3-70-g09d2