matched           366 source4/heimdal/lib/hx509/cms.c     int ret, i, matched = 0, findflags = 0;
matched           422 source4/heimdal/lib/hx509/cms.c 	matched = 1; /* found a matching certificate, let decrypt */
matched           441 source4/heimdal/lib/hx509/cms.c     if (!matched) {
matched           821 source4/heimdal/lib/krb5/cache.c 			 unsigned int *matched)
matched           841 source4/heimdal/lib/krb5/cache.c     if (matched)
matched           842 source4/heimdal/lib/krb5/cache.c 	*matched = 0;
matched           846 source4/heimdal/lib/krb5/cache.c 	if (matched)
matched           847 source4/heimdal/lib/krb5/cache.c 	    (*matched)++;
matched           695 source4/torture/rpc/samsync.c 			bool *matched = talloc_zero_array(mem_ctx, bool, rids->count);
matched           703 source4/torture/rpc/samsync.c 							matched[i] = true;
matched           709 source4/torture/rpc/samsync.c 				if (matched[i] == false) {
matched            45 source4/torture/smbtorture.c 						 bool *matched)
matched            54 source4/torture/smbtorture.c 				*matched = true;
matched            60 source4/torture/smbtorture.c 			ret &= run_matching(torture, o->name, expr, o, matched);
matched            71 source4/torture/smbtorture.c 				*matched = true;
matched            79 source4/torture/smbtorture.c 			ret &= run_matching(torture, name, expr, c, matched);
matched            87 source4/torture/smbtorture.c 				*matched = true;
matched           108 source4/torture/smbtorture.c 	bool matched = false;
matched           118 source4/torture/smbtorture.c 	ret = run_matching(torture, NULL, name, NULL, &matched);
matched           120 source4/torture/smbtorture.c 	if (!matched) {