Searched refs:cb_fn (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/3rdparty/libtirpc/src/ |
H A D | clnt_vc.c | 275 status = (*cl->cb_fn)(cl->cb_args, &header, &res); in clnt_cb_thread() 324 clnt_vc_create(fd, raddr, prog, vers, sendsz, recvsz, cb_xdr, cb_fn, cb_args) in clnt_vc_create() argument 332 …int (*cb_fn)(void *, void *, void **); /* if not NULL, pointer to function to handle RPC_CALLs */ 479 if (cb_xdr && cb_fn && cb_args) { 481 cl->cb_fn = cb_fn;
|
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/ |
H A D | clnt.h | 147 int (*cb_fn)(void *, void *, void **); member
|