echo_TestCall     176 librpc/gen_ndr/cli_echo.c 	struct echo_TestCall r;
echo_TestCall     183 librpc/gen_ndr/cli_echo.c 		NDR_PRINT_IN_DEBUG(echo_TestCall, &r);
echo_TestCall     197 librpc/gen_ndr/cli_echo.c 		NDR_PRINT_OUT_DEBUG(echo_TestCall, &r);
echo_TestCall    1431 librpc/gen_ndr/ndr_echo.c 		sizeof(struct echo_TestCall),
echo_TestCall     329 librpc/gen_ndr/srv_echo.c 	struct echo_TestCall *r;
echo_TestCall     333 librpc/gen_ndr/srv_echo.c 	r = talloc(talloc_tos(), struct echo_TestCall);
echo_TestCall     357 librpc/gen_ndr/srv_echo.c 		NDR_PRINT_IN_DEBUG(echo_TestCall, r);
echo_TestCall     376 librpc/gen_ndr/srv_echo.c 		NDR_PRINT_OUT_DEBUG(echo_TestCall, r);
echo_TestCall     853 librpc/gen_ndr/srv_echo.c 			struct echo_TestCall *r = (struct echo_TestCall *)_r;
echo_TestCall     187 source4/torture/rpc/echo.c 	struct echo_TestCall r;