last_result       150 lib/torture/torture.c 	context->last_result = result;
last_result       326 lib/torture/torture.c 	context->last_result = TORTURE_OK;
last_result       332 lib/torture/torture.c 		context->last_result = TORTURE_ERROR;
last_result       336 lib/torture/torture.c 	    context->last_result = TORTURE_SKIP;
last_result       343 lib/torture/torture.c 	    if (!success && context->last_result == TORTURE_OK) {
last_result       346 lib/torture/torture.c 		    context->last_result = TORTURE_ERROR;
last_result       353 lib/torture/torture.c 	    	context->last_result = TORTURE_ERROR;
last_result       357 lib/torture/torture.c 	torture_ui_test_result(context, context->last_result, 
last_result        83 lib/torture/torture.h 	enum torture_result last_result;
last_result      1233 librpc/gen_ndr/drsuapi.h 	WERROR last_result;
last_result      9254 librpc/gen_ndr/ndr_drsuapi.c 		NDR_CHECK(ndr_push_WERROR(ndr, NDR_SCALARS, r->last_result));
last_result      9282 librpc/gen_ndr/ndr_drsuapi.c 		NDR_CHECK(ndr_pull_WERROR(ndr, NDR_SCALARS, &r->last_result));
last_result      9314 librpc/gen_ndr/ndr_drsuapi.c 	ndr_print_WERROR(ndr, "last_result", r->last_result);
last_result       402 source4/torture/rpc/schannel.c 	tctx->last_result = TORTURE_OK;