Searched refs:NX_WEB_HTTP_SERVER_POST_REQUEST (Results 1 – 12 of 12) sorted by relevance
252 else if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
341 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
333 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
757 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
763 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
534 if (request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
569 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
632 if (request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
661 if (request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
562 if(request_type == NX_WEB_HTTP_SERVER_POST_REQUEST) in server_request_callback()
3282 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()
202 #define NX_WEB_HTTP_SERVER_POST_REQUEST 2 macro