Home
last modified time | relevance | path

Searched refs:unpwd_ref (Results 1 – 2 of 2) sorted by relevance

/dports/net/mosquitto/mosquitto-2.0.13/src/
H A Dsecurity_default.c996 struct mosquitto__unpwd *unpwd_ref; in mosquitto_unpwd_check_default() local
1013 unpwd_ref = ed->client->listener->security_options.unpwd; in mosquitto_unpwd_check_default()
1015 unpwd_ref = db.config->security_options.unpwd; in mosquitto_unpwd_check_default()
1018 HASH_FIND(hh, unpwd_ref, ed->client->username, strlen(ed->client->username), u); in mosquitto_unpwd_check_default()
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/src/
H A Dsecurity_default.c892 struct mosquitto__unpwd *unpwd_ref; in mosquitto_unpwd_check_default() local
905 unpwd_ref = context->listener->unpwd; in mosquitto_unpwd_check_default()
908 unpwd_ref = db->unpwd; in mosquitto_unpwd_check_default()
917 HASH_ITER(hh, unpwd_ref, u, tmp){ in mosquitto_unpwd_check_default()