Home
last modified time | relevance | path

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

/openbsd/lib/libc/rpc/
H A Dxdr_mem.c98 xdrs->x_handy = size; in xdrmem_create()
113 xdrs->x_handy -= sizeof(int32_t); in xdrmem_getlong_aligned()
125 xdrs->x_handy -= sizeof(int32_t); in xdrmem_putlong_aligned()
138 xdrs->x_handy -= sizeof(int32_t); in xdrmem_getlong_unaligned()
152 xdrs->x_handy -= sizeof(int32_t); in xdrmem_putlong_unaligned()
163 if (xdrs->x_handy < len) in xdrmem_getbytes()
165 xdrs->x_handy -= len; in xdrmem_getbytes()
175 if (xdrs->x_handy < len) in xdrmem_putbytes()
177 xdrs->x_handy -= len; in xdrmem_putbytes()
209 if (xdrs->x_handy >= len) { in xdrmem_inline_aligned()
[all …]
H A Dxdr_stdio.c82 xdrs->x_handy = 0; in xdrstdio_create()
/openbsd/include/rpc/
H A Dxdr.h126 unsigned int x_handy; /* extra private word */ member
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h135 unsigned x_handy; member
H A Dsanitizer_platform_limits_solaris.cpp361 CHECK_SIZE_AND_OFFSET(XDR, x_handy);
H A Dsanitizer_platform_limits_freebsd.cpp552 CHECK_SIZE_AND_OFFSET(XDR, x_handy);
H A Dsanitizer_platform_limits_posix.h359 unsigned x_handy; member
H A Dsanitizer_platform_limits_posix.cpp1297 CHECK_SIZE_AND_OFFSET(XDR, x_handy);