Searched refs:elsize (Results 1 – 1 of 1) sorted by relevance
65 u_int elsize, in xdr_array() argument84 if ((c > maxsize || c > UINT_MAX / elsize) && (xdrs->x_op != XDR_FREE)) in xdr_array()99 *addrp = target = calloc (c, elsize); in xdr_array()119 target += elsize; in xdr_array()127 mem_free (*addrp, c * elsize); in xdr_array()