Home
last modified time | relevance | path

Searched refs:_nx_http_server_disconnect (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/addons/http/
Dnxd_http_server.c1594 _nx_http_server_disconnect(http_server_ptr, NX_HTTP_SERVER_TIMEOUT_DISCONNECT); in _nx_http_server_delete()
2293 _nx_http_server_disconnect(http_server_ptr, NX_NO_WAIT); in _nx_http_server_stop()
2346 UINT _nx_http_server_disconnect(NX_HTTP_SERVER *http_server_ptr, UINT wait_option) in _nx_http_server_disconnect() function
3036 _nx_http_server_disconnect(server_ptr, NX_HTTP_SERVER_TIMEOUT_DISCONNECT); in _nx_http_server_thread_entry()
3160 _nx_http_server_disconnect(server_ptr, NX_HTTP_SERVER_TIMEOUT_DISCONNECT); in _nx_http_server_thread_entry()
Dnxd_http_server.h621 UINT _nx_http_server_disconnect(NX_HTTP_SERVER *http_server_ptr, UINT wait_option);