.\" 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_RESERVE_SPACE" "9" "09 October 2005" "" ""
.SH NAME
xdr_reserve_space \- Reserve buffer space for sending
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
uint32_t * xdr_reserve_space (struct xdr_stream * \fIxdr\fB, size_t \fInbytes\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIxdr\fB\fR
pointer to xdr_stream
.TP
\fB\fInbytes\fB\fR
number of bytes to reserve
.SH "DESCRIPTION"
.PP
Checks that we have enough buffer space to encode 'nbytes' more
bytes of data. If so, update the total xdr_buf length, and
adjust the length of the current kvec.