Searched refs:xdr_destroy (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_xdr.c109 xdr_destroy(&x);
121 xdr_destroy(&x);
/freebsd-current/lib/libc/xdr/
H A DMakefile.inc22 xdr.3 xdr_destroy.3 \
/freebsd-current/lib/libc/rpc/
H A Dclnt_bcast.c398 xdr_destroy(xdrs);
422 xdr_destroy(xdrs);
/freebsd-current/sys/rpc/
H A Dxdr.h211 #define xdr_destroy(xdrs) \ macro
/freebsd-current/include/rpc/
H A Dxdr.h211 #define xdr_destroy(xdrs) \ macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5939 // the HashMap (keyed by x_private). When we later need to xdr_destroy,
5961 INTERCEPTOR(void, xdr_destroy, __sanitizer_XDR *xdr) {
5963 COMMON_INTERCEPTOR_ENTER(ctx, xdr_destroy, xdr);
5967 REAL(xdr_destroy)(xdr);
5973 COMMON_INTERCEPT_FUNCTION(xdr_destroy);

Completed in 205 milliseconds