Home
last modified time | relevance | path

Searched refs:lws_strexp_expand (Results 1 - 8 of 8) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
H A Dmain.c394 n = lws_strexp_expand(&exp, exp_inp1, 28, &used_in, &used_out); in main()
406 n = lws_strexp_expand(&exp, exp_inp1, 28, &used_in, &used_out); in main()
418 n = lws_strexp_expand(&exp, p, in_len, &used_in, &used_out); in main()
430 n = lws_strexp_expand(&exp, p, in_len, &used_in, &used_out); in main()
443 n = lws_strexp_expand(&exp, p, in_len, &used_in, &used_out); in main()
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c76 if (lws_strexp_expand(&exp, h->policy->u.mqtt.subscribe, in secstream_mqtt_subscribe()
98 if (lws_strexp_expand(&exp, h->policy->u.mqtt.subscribe, in secstream_mqtt_subscribe()
166 if (lws_strexp_expand(&exp, topic, strlen(topic), &used_in, in secstream_mqtt_publish()
182 if (lws_strexp_expand(&exp, topic, strlen(topic), &used_in, in secstream_mqtt_publish()
234 if (lws_strexp_expand(&exp, h->policy->u.mqtt.birth_message, in secstream_mqtt_birth()
319 if (lws_strexp_expand(&exp, str, strlen(str), &used_in, in expand_metadata()
336 if (lws_strexp_expand(&exp, str, strlen(str), &used_in, in expand_metadata()
655 if (lws_strexp_expand(&exp, h->policy->u.mqtt.subscribe, in secstream_mqtt()
1061 if (lws_strexp_expand(&exp, sources[n], strlen(sources[n]), in secstream_connect_munge_mqtt()
1093 if (lws_strexp_expand( in secstream_connect_munge_mqtt()
[all...]
H A Dss-h2.c187 if (lws_strexp_expand(&exp, pbasis, strlen(pbasis), in secstream_connect_munge_h2()
H A Dss-ws.c236 if (lws_strexp_expand(&exp, pbasis, strlen(pbasis), in secstream_connect_munge_ws()
H A Dss-h1.c1203 if (lws_strexp_expand(&exp, pbasis, strlen(pbasis), in secstream_connect_munge_h1()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-tokenize.h220 * Provides a new output buffer for lws_strexp_expand() to continue to write
233 * lws_strexp_expand() - copy / expand a string into the output buffer
255 lws_strexp_expand(lws_strexp_t *exp, const char *in, size_t len,
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c1098 lws_strexp_expand(lws_strexp_t *exp, const char *in, size_t len, in lws_strexp_expand() function
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c734 if (lws_strexp_expand(&exp, h->policy->endpoint, in _lws_ss_client_connect()

Completed in 8 milliseconds