Home
last modified time | relevance | path

Searched refs:elsize (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/xdr/
Dxdr_array.c62 u_int elsize, in xdr_array() argument
77 if ((c > maxsize || UINT_MAX / elsize < c) && (xdrs->x_op != XDR_FREE)) in xdr_array()
81 nodesize = c * elsize; in xdr_array()
116 target += elsize; in xdr_array()