Lines Matching refs:ops
155 struct xdr_ops ops; in xdr_sizeof() local
162 ops.x_putlong = x_putlong; in xdr_sizeof()
163 ops.x_putbytes = x_putbytes; in xdr_sizeof()
164 ops.x_inline = x_inline; in xdr_sizeof()
165 ops.x_getpostn = x_getpostn; in xdr_sizeof()
166 ops.x_setpostn = x_setpostn; in xdr_sizeof()
167 ops.x_destroy = x_destroy; in xdr_sizeof()
168 ops.x_putint32 = x_putint32; in xdr_sizeof()
171 ops.x_getlong = (dummyfunc1) (void *) harmless; in xdr_sizeof()
172 ops.x_getbytes = (dummyfunc2) (void *) harmless; in xdr_sizeof()
173 ops.x_getint32 = (dummyfunc3) (void *) harmless; in xdr_sizeof()
176 x.x_ops = &ops; in xdr_sizeof()