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