Home
last modified time | relevance | path

Searched refs:NX_HTTP_SERVER_POST_REQUEST (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_multipart_underflow_test.c542 if(request_type == NX_HTTP_SERVER_POST_REQUEST) in my_get_notify()
Dnetx_http_multipart_fragment_test.c533 if(request_type == NX_HTTP_SERVER_POST_REQUEST) in my_get_notify()
Dnetx_http_post_basic_test.c433 else if (request_type == NX_HTTP_SERVER_POST_REQUEST) in my_get_notify()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c3102 server_ptr -> nx_http_server_request_type = NX_HTTP_SERVER_POST_REQUEST; in _nx_http_server_thread_entry()
3114 _nx_http_server_get_process(server_ptr, NX_HTTP_SERVER_POST_REQUEST, packet_ptr); in _nx_http_server_thread_entry()
3501 if (request_type == NX_HTTP_SERVER_POST_REQUEST) in _nx_http_server_get_process()
3702 if ((request_type == NX_HTTP_SERVER_POST_REQUEST) && (length == 0)) in _nx_http_server_get_process()
Dnxd_http_server.h215 #define NX_HTTP_SERVER_POST_REQUEST 2 macro