Home
last modified time | relevance | path

Searched refs:lws_strdup (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/core-net/client/
Dconnect2.c167 wsi->cli_hostname_copy = lws_strdup(pa);
/external/libwebsockets/lib/core/
Dprivate-lib-core.h798 lws_strdup(const char *s);
Dlibwebsockets.c393 lws_strdup(const char *s) in lws_strdup() function
/external/libwebsockets/lib/secure-streams/protocols/
Dss-mqtt.c123 h->u.mqtt.sub_info.topic[0].name = lws_strdup(expbuf); in secstream_mqtt_subscribe()