Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/abstract/
H A 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/
H A Dlws-tokenize.h139 * lws_tokenize_cstr() - copy token string to NUL-terminated buffer
149 lws_tokenize_cstr(struct lws_tokenize *ts, char *str, size_t max);
/third_party/libwebsockets/lib/roles/ws/
H A Dserver-ws.c599 if (lws_tokenize_cstr(&ts, name, sizeof(name))) { in lws_process_ws_upgrade()
/third_party/libwebsockets/lib/core/
H A Dlibwebsockets.c1049 lws_tokenize_cstr(struct lws_tokenize *ts, char *str, size_t max) in lws_tokenize_cstr() function

Completed in 4 milliseconds