run               198 lib/torture/torture.c 		bool (*run) (struct torture_context *, const void *tcase_data,
run               206 lib/torture/torture.c 	test->run = wrap_test_with_testcase_const;
run               207 lib/torture/torture.c 	test->fn = run;
run               341 lib/torture/torture.c 	    success = test->run(context, tcase, test);
run               477 lib/torture/torture.c 		bool (*run) (struct torture_context *test, const void *),
run               489 lib/torture/torture.c 	test->run = wrap_test_with_simple_tcase_const;
run               490 lib/torture/torture.c 	test->fn = run;
run               513 lib/torture/torture.c 					bool (*run) (struct torture_context *test))
run               524 lib/torture/torture.c 	test->run = wrap_simple_test;
run               525 lib/torture/torture.c 	test->fn = run;
run               579 lib/torture/torture.c 		bool (*run) (struct torture_context *test,
run               588 lib/torture/torture.c 	test->run = wrap_test_with_simple_test_const;
run               589 lib/torture/torture.c 	test->fn = run;
run               611 lib/torture/torture.c 		bool (*run) (struct torture_context *test, void *tcase_data))
run               619 lib/torture/torture.c 	test->run = wrap_test_with_simple_test;
run               620 lib/torture/torture.c 	test->fn = run;
run               125 lib/torture/torture.h 	bool (*run) (struct torture_context *torture_ctx, 
run               176 lib/torture/torture.h 		bool (*run) (struct torture_context *test,
run               189 lib/torture/torture.h 		bool (*run) (struct torture_context *test,
run               198 lib/torture/torture.h 		bool (*run) (struct torture_context *test,
run               206 lib/torture/torture.h 		bool (*run) (struct torture_context *test));
run               423 lib/torture/torture.h 		bool (*run) (struct torture_context *test, void *tcase_data));
run              1688 lib/zlib/deflate.c     uInt run;           /* length of run */
run              1707 lib/zlib/deflate.c         run = 0;
run              1715 lib/zlib/deflate.c             } while (++run < max);
run              1719 lib/zlib/deflate.c         if (run >= MIN_MATCH) {
run              1720 lib/zlib/deflate.c             check_match(s, s->strstart, s->strstart - 1, run);
run              1721 lib/zlib/deflate.c             _tr_tally_dist(s, 1, run - MIN_MATCH, bflush);
run              1722 lib/zlib/deflate.c             s->lookahead -= run;
run              1723 lib/zlib/deflate.c             s->strstart += run;
run                77 source4/torture/ndr/ndr.c 	test->run = wrap_ndr_pull_test;
run               318 source4/torture/rpc/rpc.c 	test->run = torture_rpc_wrap_test;
run               339 source4/torture/rpc/rpc.c 	test->run = torture_rpc_wrap_test_creds;
run               362 source4/torture/rpc/rpc.c 	test->run = torture_rpc_wrap_test_ex;
run                51 source4/torture/smb2/smb2.c 						  bool (*run)(struct torture_context *,
run                63 source4/torture/smb2/smb2.c 	test->run = wrap_simple_1smb2_test;
run                64 source4/torture/smb2/smb2.c 	test->fn = run;
run               105 source4/torture/smb2/smb2.c 							   bool (*run)(struct torture_context *,
run               118 source4/torture/smb2/smb2.c 	test->run = wrap_simple_2smb2_test;
run               119 source4/torture/smb2/smb2.c 	test->fn = run;
run                77 source4/torture/util.h 									bool (*run) (struct torture_context *,
run                83 source4/torture/util.h 									bool (*run) (struct torture_context *,
run                89 source4/torture/util.h 				bool (*run) (struct torture_context *, struct smbcli_state *));
run               753 source4/torture/util_smb.c 									bool (*run) (struct torture_context *,
run               766 source4/torture/util_smb.c 	test->run = wrap_smb_multi_test;
run               767 source4/torture/util_smb.c 	test->fn = run;
run               805 source4/torture/util_smb.c 									bool (*run) (struct torture_context *,
run               818 source4/torture/util_smb.c 	test->run = wrap_simple_2smb_test;
run               819 source4/torture/util_smb.c 	test->fn = run;
run               852 source4/torture/util_smb.c 				bool (*run) (struct torture_context *, struct smbcli_state *))
run               863 source4/torture/util_smb.c 	test->run = wrap_simple_1smb_test;
run               864 source4/torture/util_smb.c 	test->fn = run;