Home
last modified time | relevance | path

Searched defs:collector (Results 1 – 7 of 7) sorted by relevance

/freebsd/tests/
H A Dconftest.py102 def pytest_pycollect_makeitem(collector, name, obj): argument
/freebsd/tests/atf_python/
H A Dktest.py111 def generate_ktests(collector, name, obj): argument
H A Datf_pytest.py169 def expand_tests(self, collector, name, obj): argument
/freebsd/usr.bin/ctlstat/
H A Dctlstat.c398 #define CTLSTAT_PROMETHEUS_LOOP(field, collector) \ argument
424 #define CTLSTAT_PROMETHEUS_TIMELOOP(field, collector) \ argument
555 const char *collector; in ctlstat_prometheus() local
/freebsd/crypto/heimdal/lib/hx509/
H A Dks_p11.c632 struct hx509_collector *collector = ptr; in collect_private_key() local
720 struct hx509_collector *collector = ptr; in collect_cert() local
781 struct hx509_collector *collector; in p11_list_keys() local
H A Dcollector.c54 _hx509_collector_alloc(hx509_context context, hx509_lock lock, struct hx509_collector **collector) in _hx509_collector_alloc()
H A Dks_file.c69 struct hx509_collector *collector, in try_decrypt()