Home
last modified time | relevance | path

Searched refs:lws_strexp_expand_cb (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-tokenize.h168 typedef int (*lws_strexp_expand_cb)(void *priv, const char *name, char *out, typedef
173 lws_strexp_expand_cb cb;
210 lws_strexp_init(lws_strexp_t *exp, void *priv, lws_strexp_expand_cb cb,
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c1078 lws_strexp_init(lws_strexp_t *exp, void *priv, lws_strexp_expand_cb cb, in lws_strexp_init()