Home
last modified time | relevance | path

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

/external/libwebsockets/include/libwebsockets/
Dlws-tokenize.h164 typedef int (*lws_strexp_expand_cb)(void *priv, const char *name, char *out, typedef
169 lws_strexp_expand_cb cb;
201 lws_strexp_init(lws_strexp_t *exp, void *priv, lws_strexp_expand_cb cb,
/external/libwebsockets/lib/core/
Dlibwebsockets.c894 lws_strexp_init(lws_strexp_t *exp, void *priv, lws_strexp_expand_cb cb, in lws_strexp_init()