Lines Matching +full:no +full:- +full:bulk
2 * libwebsockets - small server side websockets and web server implementation
4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com>
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25 /** \defgroup form-parsing Form Parsing
38 * a user-supplied callback as they come.
41 * POST_BODY callback and has no limit on uploaded file size.
58 * lws_spa_fileupload_cb() - callback to receive file upload data
74 /** struct lws_spa - opaque urldecode parser capable of handling multipart
79 * lws_spa_create() - create urldecode parser
94 * if one or more entries in your form are bulk data (file transfer), you
96 * treat that urldecoded data separately. The callback should return -1
118 * lws_spa_create_via_info() - create urldecode parser
126 * if one or more entries in your form are bulk data (file transfer), you
128 * treat that urldecoded data separately. The callback should return -1
135 * lws_spa_process() - parses a chunk of input data
145 * lws_spa_finalize() - indicate incoming data completed
153 * lws_spa_get_length() - return length of parameter value
162 * lws_spa_get_string() - return pointer to parameter value
170 * lws_spa_destroy() - destroy parser object