Home
last modified time | relevance | path

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

/dragonfly/lib/libc/xdr/
H A Dxdr_sizeof.c72 x_setpostn(XDR *xdrs __unused, u_int pos __unused) in x_setpostn() function
138 ops.x_setpostn = x_setpostn; in xdr_sizeof()
/dragonfly/include/rpc/
H A Dxdr.h112 bool_t (*x_setpostn)(struct __rpc_xdr *, u_int); member
200 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)
202 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)