Searched refs:x_op (Results 1 – 10 of 10) sorted by relevance
72 x.x_op = XDR_FREE; in xdr_free()95 switch (xdrs->x_op) in xdr_int()129 switch (xdrs->x_op) in xdr_u_int()161 if ((xdrs->x_op == XDR_ENCODE) in xdr_long()165 if (xdrs->x_op == XDR_DECODE) in xdr_long()168 if (xdrs->x_op == XDR_FREE) in xdr_long()181 switch (xdrs->x_op) in xdr_u_long()211 switch (xdrs->x_op) in xdr_int32_t()232 switch (xdrs->x_op) in xdr_u_int32_t()253 switch (xdrs->x_op) in xdr_uint32_t()[all …]
77 if ((c > maxsize || UINT_MAX / elsize < c) && (xdrs->x_op != XDR_FREE)) in xdr_array()88 switch (xdrs->x_op) in xdr_array()122 if (xdrs->x_op == XDR_FREE) in xdr_array()
69 switch (xdrs->x_op) in xdr_reference()91 if (xdrs->x_op == XDR_FREE) in xdr_reference()
66 switch (xdrs->x_op) in xdr_float()89 switch (xdrs->x_op) in xdr_double()
96 if (xdrs->x_op != XDR_ENCODE) in x_inline()175 x.x_op = XDR_ENCODE; in xdr_sizeof()
92 switch (xdrs->x_op) in xdr_float()196 switch (xdrs->x_op) in xdr_double()
91 xdrs->x_op = op; in xdrstdio_create()
383 switch (xdrs->x_op) in xdrrec_getpos()411 switch (xdrs->x_op) in xdrrec_setpos()456 switch (xdrs->x_op) in xdrrec_inline()
110 xdrs->x_op = op; in xdrmem_create()
110 enum xdr_op x_op; /* operation; fast additional param */ member