Searched refs:NX_HTTP_SERVER_POST_REQUEST (Results 1 – 5 of 5) sorted by relevance
542 if(request_type == NX_HTTP_SERVER_POST_REQUEST) in my_get_notify()
533 if(request_type == NX_HTTP_SERVER_POST_REQUEST) in my_get_notify()
433 else if (request_type == NX_HTTP_SERVER_POST_REQUEST) in my_get_notify()
3102 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()
215 #define NX_HTTP_SERVER_POST_REQUEST 2 macro