Searched refs:nopad (Results 1 – 1 of 1) sorted by relevance
377 xb_add_bytes(struct xdrbuf *xbp, const char *buf, size_t count, int nopad) in xb_add_bytes() argument382 len = nopad ? count : xdr_rndup(count); in xb_add_bytes()423 xb_get_bytes(struct xdrbuf *xbp, char *buf, uint32_t count, int nopad) in xb_get_bytes() argument427 len = nopad ? count : xdr_rndup(count); in xb_get_bytes()