.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "XDR_INLINE_DECODE" "9" "09 October 2005" "" "" .SH NAME xdr_inline_decode \- Retrieve non-page XDR data to decode .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp uint32_t * xdr_inline_decode (struct xdr_stream * \fIxdr\fB, size_t \fInbytes\fB); \fR .SH "ARGUMENTS" .TP \fB\fIxdr\fB\fR pointer to xdr_stream struct .TP \fB\fInbytes\fB\fR number of bytes of data to decode .SH "DESCRIPTION" .PP Check if the input buffer is long enough to enable us to decode 'nbytes' more bytes of data starting at the current position. If so return the current pointer, then update the current pointer position.