XDR Library Non-Filter Primitives

This section lists the XDR library non-filter primitives.

Item Description
xdr_destroy Destroys the XDR stream pointed to by the xdrs parameter.
xdr_free Deallocates or frees memory.
xdr_getpos Returns an unsigned integer that describes the current position in the data stream.
xdr_inline Returns a pointer to an internal piece of the buffer of a stream, pointed to by the xdrs parameter.
xdr_pointer Provides pointer chasing within structures and serializes null pointers.
xdr_setpos Changes the current position in the XDR stream.
xdrmem_create Initializes in local memory the XDR stream pointed to by the xdrs parameter.
xdrrec_create Provides an XDR stream that can contain long sequences of records.
xdrrec_endofrecord Causes the current outgoing data to be marked as a record.
xdrrec_eof Checks the buffer for an input stream.
xdrrec_skiprecord Causes the position of an input stream to move to the beginning of the next record.
xdrstdio_create Initializes the XDR data stream pointed to by the xdrs parameter.