Searched defs:rh (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/3rdparty/libtirpc/tirpc/rpc/ |
H A D | clnt.h | 199 #define CLNT_CALL(rh, proc, xargs, argsp, xres, resp, secs) \ argument 202 #define clnt_call(rh, proc, xargs, argsp, xres, resp, secs) \ argument 211 #define CLNT_ABORT(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument 212 #define clnt_abort(rh) ((*(rh)->cl_ops->cl_abort)(rh)) argument 219 #define CLNT_GETERR(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument 220 #define clnt_geterr(rh,errp) ((*(rh)->cl_ops->cl_geterr)(rh, errp)) argument 230 #define CLNT_FREERES(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 231 #define clnt_freeres(rh,xres,resp) ((*(rh)->cl_ops->cl_freeres)(rh,xres,resp)) argument 275 #define CLNT_DESTROY(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument 276 #define clnt_destroy(rh) ((*(rh)->cl_ops->cl_destroy)(rh)) argument
|
/reactos/dll/shellext/shellbtrfs/ |
H A D | contextmenu.cpp | 763 reparse_header rh; in reflink_copy() local 1450 reparse_header rh; in reflink_copy2() local
|
/reactos/dll/win32/comctl32/ |
H A D | header.c | 451 INT rw, rh; /* width and height of r */ in HEADER_DrawItem() local
|