Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-spa.h76 struct lws_spa;
99 LWS_VISIBLE LWS_EXTERN struct lws_spa *
131 LWS_VISIBLE LWS_EXTERN struct lws_spa *
142 lws_spa_process(struct lws_spa *spa, const char *in, int len);
150 lws_spa_finalize(struct lws_spa *spa);
159 lws_spa_get_length(struct lws_spa *spa, int n);
167 lws_spa_get_string(struct lws_spa *spa, int n);
175 lws_spa_destroy(struct lws_spa *spa);
/third_party/libwebsockets/lib/roles/http/server/
Dlws-spa.c54 struct lws_spa;
56 typedef int (*lws_urldecode_stateful_cb)(struct lws_spa *spa,
61 struct lws_spa *data;
87 struct lws_spa { struct
98 lws_urldecode_s_create(struct lws_spa *spa, struct lws *wsi, char *out, in lws_urldecode_s_create() argument
457 lws_urldecode_s_destroy(struct lws_spa *spa, struct lws_urldecode_stateful *s) in lws_urldecode_s_destroy()
479 lws_urldecode_spa_lookup(struct lws_spa *spa, const char *name) in lws_urldecode_spa_lookup()
498 lws_urldecode_spa_cb(struct lws_spa *spa, const char *name, char **buf, int len, in lws_urldecode_spa_cb()
547 struct lws_spa *
550 struct lws_spa *spa; in lws_spa_create_via_info()
[all …]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
Dminimal-http-server-form-post.c24 struct lws_spa *spa;
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/
Dminimal-http-server-form-post.c24 struct lws_spa *spa;
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
Dminimal-http-server-form-post-file.c31 struct lws_spa *spa; /* lws helper decodes multipart form */
/third_party/libwebsockets/plugins/
Dprotocol_post_demo.c42 struct lws_spa *spa;
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c76 struct lws_spa *spa;