Lines Matching full:array
483 * You create an array of xdrdiscrim structures, terminated with
485 * the discriminant value and then searches the array of xdrdiscrims
603 * XDR an array of arbitrary elements
604 * *addrp is a pointer to the array, *sizep is the number of elements.
607 * xdr procedure to call to handle each element of the array.
638 * if we are deserializing, we may need to allocate an array. in xdr_array()
639 * We also save time by checking for a null array if we are freeing. in xdr_array()
659 * now we xdr each element of array in xdr_array()
667 * the array may need freeing in xdr_array()
679 * XDR a fixed length array. Unlike variable-length arrays,
681 * > basep: base of the array
682 * > size: size of the array