Home
last modified time | relevance | path

Searched refs:xdrfunc_head (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.h107 extern xdrfunc *xdrfunc_head, *xdrfunc_tail;
H A Drpc_main.c143 xdrfunc *xdrfunc_head = NULL; /* xdr function list */ variable
576 if (xdrfunc_head != NULL) { in h_output()
586 xdrfuncp = xdrfunc_head; in h_output()
600 xdrfuncp = xdrfunc_head; in h_output()
H A Drpc_hout.c131 xdrfunc_head = xdrptr; in storexdrfuncdecl()