NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_expect_receive_bytes is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_expect_receive_bytes

NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_expect_receive_bytes field

Syntax

UINT nx_web_http_server_expect_receive_bytes;

References

LocationReferrerText
nx_web_http_server.h:314
UINT nx_web_http_server_expect_receive_bytes; /* The bytes expected to receive */
nx_web_http_server.c:822_nx_web_http_server_content_get_extended()
if (!server_ptr -> nx_web_http_server_expect_receive_bytes)
nx_web_http_server.c:3107_nx_web_http_server_receive_data()
server_ptr -> nx_web_http_server_expect_receive_bytes = 0;
nx_web_http_server.c:8686_nx_web_http_server_chunked_size_get()
if (server_ptr -> nx_web_http_server_actual_bytes_received < server_ptr -> nx_web_http_server_expect_receive_bytes)
nx_web_http_server.c:8690_nx_web_http_server_chunked_size_get()
*chunk_size = server_ptr -> nx_web_http_server_expect_receive_bytes - server_ptr -> nx_web_http_server_actual_bytes_received;
nx_web_http_server.c:8987_nx_web_http_server_request_chunked_get()
server_ptr -> nx_web_http_server_expect_receive_bytes = chunk_size;

Data Use

Functions writing NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_expect_receive_bytes
Functions reading NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_expect_receive_bytes
NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_expect_receive_bytes
Type of NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_expect_receive_bytes
NX_WEB_HTTP_SERVER_STRUCT::nx_web_http_server_expect_receive_bytes
all items filtered out