Searched refs:lws_tokenize_cstr (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/lib/abstract/ |
D | abstract.c | 311 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/ |
D | lws-tokenize.h | 149 lws_tokenize_cstr(struct lws_tokenize *ts, char *str, size_t max);
|
/third_party/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 599 if (lws_tokenize_cstr(&ts, name, sizeof(name))) { in lws_process_ws_upgrade()
|
/third_party/libwebsockets/lib/core/ |
D | libwebsockets.c | 1049 lws_tokenize_cstr(struct lws_tokenize *ts, char *str, size_t max) in lws_tokenize_cstr() function
|