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 D | main.c | 394 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 D | ss-mqtt.c | 76 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 D | ss-h2.c | 187 if (lws_strexp_expand(&exp, pbasis, strlen(pbasis), in secstream_connect_munge_h2()
|
H A D | ss-ws.c | 236 if (lws_strexp_expand(&exp, pbasis, strlen(pbasis), in secstream_connect_munge_ws()
|
H A D | ss-h1.c | 1203 if (lws_strexp_expand(&exp, pbasis, strlen(pbasis), in secstream_connect_munge_h1()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-tokenize.h | 220 * 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 D | libwebsockets.c | 1098 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 D | secure-streams.c | 734 if (lws_strexp_expand(&exp, h->policy->endpoint, in _lws_ss_client_connect()
|
Completed in 10 milliseconds