check_fn           39 source4/torture/ndr/ndr.c 	bool (*check_fn) (struct torture_context *ctx, void *data) = test->fn;
check_fn           53 source4/torture/ndr/ndr.c 	if (check_fn != NULL) 
check_fn           54 source4/torture/ndr/ndr.c 		return check_fn(tctx, ds);
check_fn           65 source4/torture/ndr/ndr.c 					bool (*check_fn) (struct torture_context *ctx, void *data))
check_fn           84 source4/torture/ndr/ndr.c 	test->fn = check_fn;
check_fn           32 source4/torture/ndr/ndr.h 					bool (*check_fn) (struct torture_context *, void *data));
check_fn           34 source4/torture/ndr/ndr.h #define torture_suite_add_ndr_pull_test(suite,name,data,check_fn) \
check_fn           37 source4/torture/ndr/ndr.h 			 sizeof(struct name), 0, (bool (*) (struct torture_context *, void *)) check_fn);
check_fn           39 source4/torture/ndr/ndr.h #define torture_suite_add_ndr_pull_fn_test(suite,name,data,flags,check_fn) \
check_fn           42 source4/torture/ndr/ndr.h 			 sizeof(struct name), flags, (bool (*) (struct torture_context *, void *)) check_fn);