Home
last modified time | relevance | path

Searched defs:chunk_size (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_server_chunked_content_process_test.c248 UINT chunk_size = 0; in thread_client_entry() local
Dnetx_web_chunked_request_additional_test.c246 UINT chunk_size = 0, more_data = NX_FALSE; in thread_client_entry() local
Dnetx_web_chunked_request_test.c246 UINT chunk_size = 0, more_data = NX_FALSE; in thread_client_entry() local
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c9042 UINT _nx_web_http_server_chunked_size_get(NX_WEB_HTTP_SERVER *server_ptr, UINT *chunk_size, ULONG w… in _nx_web_http_server_chunked_size_get()
9189 UINT chunk_size = 0, length = 0, temp_size = 0; in _nx_web_http_server_request_chunked_get() local
9429 UINT _nxe_web_http_server_response_chunked_set(NX_WEB_HTTP_SERVER *server_ptr, UINT chunk_size, NX_… in _nxe_web_http_server_response_chunked_set()
9489 UINT _nx_web_http_server_response_chunked_set(NX_WEB_HTTP_SERVER *server_ptr, UINT chunk_size, NX_P… in _nx_web_http_server_response_chunked_set()
Dnx_web_http_client.c2036 UINT _nx_web_http_client_chunked_size_get(NX_WEB_HTTP_CLIENT *client_ptr, UINT *chunk_size, ULONG w… in _nx_web_http_client_chunked_size_get()
2184 UINT chunk_size = 0, length = 0, temp_size = 0; in _nx_web_http_client_response_chunked_get() local
2428 UINT _nxe_web_http_client_request_chunked_set(NX_WEB_HTTP_CLIENT *client_ptr, UINT chunk_size, NX_P… in _nxe_web_http_client_request_chunked_set()
2488 UINT _nx_web_http_client_request_chunked_set(NX_WEB_HTTP_CLIENT *client_ptr, UINT chunk_size, NX_PA… in _nx_web_http_client_request_chunked_set()