Home
last modified time | relevance | path

Searched refs:lws_spa_fileupload_cb (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-spa.h70 typedef int (*lws_spa_fileupload_cb)(void *data, const char *name, typedef
101 int count_params, int max_storage, lws_spa_fileupload_cb opt_cb,
108 lws_spa_fileupload_cb opt_cb; /* NULL, or callback to receive file upload data. */
/third_party/libwebsockets/lib/roles/http/server/
Dlws-spa.c627 lws_spa_fileupload_cb opt_cb, void *opt_data) in lws_spa_create()