Home
last modified time | relevance | path

Searched refs:NX_WEB_HTTP_SERVER_POST_REQUEST (Results 1 – 12 of 12) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_external_client_test.c252 else if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
Dnetx_web_post_long_message_test.c341 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
Dnetx_web_https_demo_test.c333 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
Dnetx_web_multipart_fragment_test.c757 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
Dnetx_web_multipart_underflow_test.c763 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
Dnetx_web_server_content_process_test.c534 if (request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
Dnetx_web_basic_test.c569 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
Dnetx_web_chunked_request_test.c632 if (request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
Dnetx_web_chunked_request_additional_test.c661 if (request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
Dnetx_web_concurrent_sessions_test.c562 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c3282 server_ptr -> nx_web_http_server_request_type = NX_WEB_HTTP_SERVER_POST_REQUEST; in _nx_web_http_server_receive_data()
3294 _nx_web_http_server_get_process(server_ptr, NX_WEB_HTTP_SERVER_POST_REQUEST, packet_ptr); in _nx_web_http_server_receive_data()
3711 if (request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in _nx_web_http_server_get_process()
3924 if (request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in _nx_web_http_server_get_process()
Dnx_web_http_server.h202 #define NX_WEB_HTTP_SERVER_POST_REQUEST 2 macro