Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/abstract/
Dabstract.c311 if (lws_tokenize_cstr(&ts, tmp, sizeof(tmp))) in lws_abstract_alloc()
326 if (lws_tokenize_cstr(&ts, tmp, sizeof(tmp))) in lws_abstract_alloc()
/third_party/libwebsockets/include/libwebsockets/
Dlws-tokenize.h149 lws_tokenize_cstr(struct lws_tokenize *ts, char *str, size_t max);
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c599 if (lws_tokenize_cstr(&ts, name, sizeof(name))) { in lws_process_ws_upgrade()
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c1049 lws_tokenize_cstr(struct lws_tokenize *ts, char *str, size_t max) in lws_tokenize_cstr() function