Destroys the XDR stream pointed to by the xdrs parameter.
#include <rpc/xdr.h>
void xdr_destroy (xdrs) XDR *xdrs;
The xdr_destroy macro invokes the destroy routine associated with the eXternal Data Representation (XDR) stream pointed to by the xdrs parameter and frees the private data structures allocated to the stream. The use of the XDR stream handle is undefined after it is destroyed.
xdrs | Points to the XDR stream handle. |
This macro is part of Base Operating System (BOS) Runtime.
List of XDR Programming References.
eXternal Data Representation (XDR) Overview for Programming and Understanding XDR Non-Filter Primitives in AIX Version 4.3 Communications Programming Concepts.