Searched refs:x_ops (Results 1 – 6 of 6) sorted by relevance
136 *x_ops; member196 (*(xdrs)->x_ops->x_getpostn)(xdrs)198 (*(xdrs)->x_ops->x_getpostn)(xdrs)201 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)203 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)206 (*(xdrs)->x_ops->x_inline)(xdrs, len)208 (*(xdrs)->x_ops->x_inline)(xdrs, len)212 if ((xdrs)->x_ops->x_destroy) \213 (*(xdrs)->x_ops->x_destroy)(xdrs); \217 if ((xdrs)->x_ops->x_destroy) \[all …]
111 return (*xdrs->x_ops->x_putbytes) (xdrs, ap->marshalled_client, ap->mcnt); in libc_hidden_nolink_sunrpc()
153 x.x_ops = &ops; in xdr_sizeof()
89 xdrs->x_ops = (struct xdr_ops *) &xdrstdio_ops; in xdrstdio_create()
78 xdrs->x_ops = (struct xdr_ops *) &xdrmem_ops; in xdrmem_create()
178 xdrs->x_ops = (struct xdr_ops *) &xdrrec_ops; in xdrrec_create()
Completed in 13 milliseconds