Home
last modified time | relevance | path

Searched refs:construct_key (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/metrics-runtime-0.13.0/src/
H A Dsink.rs141 let key = self.construct_key(name); in increment_counter()
165 let key = self.construct_key((name, labels)); in increment_counter_with_labels()
188 let key = self.construct_key(name); in update_gauge()
212 let key = self.construct_key((name, labels)); in update_gauge_with_labels()
300 let key = self.construct_key(name); in record_value()
326 let key = self.construct_key((name, labels)); in record_value_with_labels()
359 let key = self.construct_key(name); in counter()
418 let key = self.construct_key(name); in gauge()
484 let key = self.construct_key(name); in histogram()
711 let no_labels = sink.construct_key("foo"); in test_construct_key()
[all …]
/dports/www/htdigest/httpd-2.4.6/modules/aaa/
H A Dmod_authn_socache.c234 static const char *construct_key(request_rec *r, const char *context, in construct_key() function
303 key = construct_key(r, dcfg->context, user, realm); in ap_authn_cache_store()
353 key = construct_key(r, dcfg->context, user, NULL); in check_password()
398 key = construct_key(r, dcfg->context, user, realm); in get_realm_hash()
/dports/www/apache24/httpd-2.4.53/modules/aaa/
H A Dmod_authn_socache.c266 static const char *construct_key(request_rec *r, const char *context, in construct_key() function
328 key = construct_key(r, dcfg->context, user, realm); in ap_authn_cache_store()
376 key = construct_key(r, dcfg->context, user, NULL); in check_password()
421 key = construct_key(r, dcfg->context, user, realm); in get_realm_hash()
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/keys/
H A Drequest_key.c223 static int construct_key(struct key *key, const void *callout_info, in construct_key() function
503 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link()
/dports/multimedia/libv4l/linux-5.13-rc2/security/keys/
H A Drequest_key.c223 static int construct_key(struct key *key, const void *callout_info, in construct_key() function
503 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/keys/
H A Drequest_key.c223 static int construct_key(struct key *key, const void *callout_info, in construct_key() function
503 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link()
/dports/dns/knot-resolver/knot-resolver-5.4.3/daemon/
H A Dtls.c845 static bool construct_key(const union inaddr *addr, uint32_t *len, char *key) in construct_key() function
881 if (!construct_key(ia, &len, key)) in tls_client_param_getptr()
893 if (!construct_key(ia, &len, key)) in tls_client_param_remove()