Home
last modified time | relevance | path

Searched refs:birth_message (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-mqtt.c399 if (h->policy->u.mqtt.birth_message) { in secstream_mqtt()
402 if (lws_strexp_expand(&exp, h->policy->u.mqtt.birth_message, in secstream_mqtt()
403 strlen(h->policy->u.mqtt.birth_message), in secstream_mqtt()
502 h->policy->u.mqtt.birth_message in secstream_connect_munge_mqtt()
/third_party/libwebsockets/include/libwebsockets/
Dlws-secure-streams-policy.h316 const char *birth_message; member
/third_party/libwebsockets/lib/secure-streams/
Dpolicy-json.c1051 pp = (char **)&a->curr[LTY_POLICY].p->u.mqtt.birth_message; in lws_ss_policy_parser_cb()