XDR_RESERVE_SPACE

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

xdr_reserve_space - Reserve buffer space for sending  

SYNOPSIS

"SYNOPSIS"

uint32_t * xdr_reserve_space (struct xdr_stream * xdr, size_t nbytes);  

ARGUMENTS

xdr
pointer to xdr_stream
nbytes
number of bytes to reserve
 

DESCRIPTION

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:03:01 GMT, October 09, 2005