Home
last modified time | relevance | path

Searched refs:lws_spa_process (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-spa.h142 lws_spa_process(struct lws_spa *spa, const char *in, int len);
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
Dminimal-http-server-form-post.c80 if (lws_spa_process(pss->spa, in, (int)len)) in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/
Dminimal-http-server-form-post.c87 if (lws_spa_process(pss->spa, in, (int)len)) in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
Dminimal-http-server-form-post-file.c141 if (lws_spa_process(pss->spa, in, (int)len)) in callback_http()
/third_party/libwebsockets/plugins/
Dprotocol_post_demo.c199 if (lws_spa_process(pss->spa, in, (int)len)) in callback_post_demo()
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c592 if (lws_spa_process(pss->spa, in, (int)len)) { in callback_deaddrop()
/third_party/libwebsockets/lib/roles/http/server/
Dlws-spa.c642 lws_spa_process(struct lws_spa *spa, const char *in, int len) in lws_spa_process() function