Home
last modified time | relevance | path

Searched refs:lws_strexp_expand (Results 1 – 5 of 5) sorted by relevance

/external/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/
Dmain.c348 n = lws_strexp_expand(&exp, exp_inp1, 28, &used_in, &used_out); in main()
361 n = lws_strexp_expand(&exp, p, in_len, &used_in, &used_out); in main()
373 n = lws_strexp_expand(&exp, p, in_len, &used_in, &used_out); in main()
386 n = lws_strexp_expand(&exp, p, in_len, &used_in, &used_out); in main()
/external/libwebsockets/include/libwebsockets/
Dlws-tokenize.h241 lws_strexp_expand(lws_strexp_t *exp, const char *in, size_t len,
/external/libwebsockets/lib/secure-streams/
Dsecure-streams.c233 if (lws_strexp_expand(&exp, h->policy->endpoint, in lws_ss_client_connect()
/external/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c556 if (lws_strexp_expand(&exp, h->policy->u.http.url, in secstream_connect_munge_h1()
/external/libwebsockets/lib/core/
Dlibwebsockets.c914 lws_strexp_expand(lws_strexp_t *exp, const char *in, size_t len, in lws_strexp_expand() function