Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dclnt_simple.c63 struct rpc_call_private { struct
72 static struct rpc_call_private *rpc_call_private_main; argument
83 struct rpc_call_private *rcp = (struct rpc_call_private *)vp; in rpc_call_destroy()
119 struct rpc_call_private *rcp = (struct rpc_call_private *) 0; in rpc_call()
133 rcp = (struct rpc_call_private *)thr_getspecific(rpc_call_key); in rpc_call()