Searched refs:x_handy (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dxdr_sizeof.c79 xdrs->x_handy += BYTES_PER_XDR_UNIT;
90 xdrs->x_handy += len;
98 return (xdrs->x_handy);
129 xdrs->x_handy += llen;
140 xdrs->x_handy += llen;
156 xdrs->x_handy = 0;
198 x.x_handy = 0;
205 return (stat == TRUE ? (unsigned) x.x_handy: 0);
H A Dxdr_mem.c139 xdrs->x_handy = size;
154 if (xdrs->x_handy < sizeof(int32_t))
156 xdrs->x_handy -= sizeof(int32_t);
167 if (xdrs->x_handy < sizeof(int32_t))
169 xdrs->x_handy -= sizeof(int32_t);
182 if (xdrs->x_handy < sizeof(int32_t))
184 xdrs->x_handy -= sizeof(int32_t);
198 if (xdrs->x_handy < sizeof(int32_t))
200 xdrs->x_handy -= sizeof(int32_t);
213 if (xdrs->x_handy < le
[all...]
H A Dxdr_stdio.c120 xdrs->x_handy = 0;
H A Dxdr.h152 unsigned int x_handy; /* extra private word */ member in struct:__rpc_xdr
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Dsec_xdrmem.c138 xdrs->x_handy = size;
154 if (xdrs->x_handy < sizeof(int32_t))
156 xdrs->x_handy -= sizeof(int32_t);
167 if (xdrs->x_handy < sizeof(int32_t))
169 xdrs->x_handy -= sizeof(int32_t);
182 if (xdrs->x_handy < sizeof(int32_t))
184 xdrs->x_handy -= sizeof(int32_t);
198 if (xdrs->x_handy < sizeof(int32_t))
200 xdrs->x_handy -= sizeof(int32_t);
213 if (xdrs->x_handy < le
[all...]
H A Dsec_xdr_sizeof.c70 xdrs->x_handy += BYTES_PER_XDR_UNIT;
81 xdrs->x_handy += len;
89 return (xdrs->x_handy);
121 xdrs->x_handy += llen;
132 xdrs->x_handy += llen;
148 xdrs->x_handy = 0;
186 x.x_handy = 0;
196 return (stat == TRUE ? (unsigned) x.x_handy: 0);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Dsec_xdrmem.c138 xdrs->x_handy = size;
154 if (xdrs->x_handy < sizeof(int32_t))
156 xdrs->x_handy -= sizeof(int32_t);
167 if (xdrs->x_handy < sizeof(int32_t))
169 xdrs->x_handy -= sizeof(int32_t);
182 if (xdrs->x_handy < sizeof(int32_t))
184 xdrs->x_handy -= sizeof(int32_t);
198 if (xdrs->x_handy < sizeof(int32_t))
200 xdrs->x_handy -= sizeof(int32_t);
213 if (xdrs->x_handy < le
[all...]
H A Dsec_xdr_sizeof.c70 xdrs->x_handy += BYTES_PER_XDR_UNIT;
81 xdrs->x_handy += len;
89 return (xdrs->x_handy);
121 xdrs->x_handy += llen;
132 xdrs->x_handy += llen;
148 xdrs->x_handy = 0;
186 x.x_handy = 0;
196 return (stat == TRUE ? (unsigned) x.x_handy: 0);

Completed in 68 milliseconds