Searched refs:x_ops (Results 1 – 5 of 5) sorted by relevance
142 *x_ops; member202 (*(xdrs)->x_ops->x_getpostn)(xdrs)204 (*(xdrs)->x_ops->x_getpostn)(xdrs)207 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)209 (*(xdrs)->x_ops->x_setpostn)(xdrs, pos)212 (*(xdrs)->x_ops->x_inline)(xdrs, len)214 (*(xdrs)->x_ops->x_inline)(xdrs, len)218 if ((xdrs)->x_ops->x_destroy) \219 (*(xdrs)->x_ops->x_destroy)(xdrs); \223 if ((xdrs)->x_ops->x_destroy) \[all …]
117 return (*xdrs->x_ops->x_putbytes) (xdrs, ap->marshalled_client, ap->mcnt); in libc_hidden_def()
81 xdrs->x_ops = &xdrstdio_ops; in xdrstdio_create()
80 xdrs->x_ops = &xdrmem_ops; in xdrmem_create()
180 xdrs->x_ops = &xdrrec_ops; in xdrrec_create()
Completed in 8 milliseconds