Home
last modified time | relevance | path

Searched refs:NX_HTTP_INCOMPLETE_PUT_ERROR (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_client.h143 #define NX_HTTP_INCOMPLETE_PUT_ERROR 0xEF /* Server responds before PUT is complete … macro
Dnxd_http_server.h238 #define NX_HTTP_INCOMPLETE_PUT_ERROR 0xEF /* Server responds before PUT is complete … macro
Dnxd_http_client.c2756 status = NX_HTTP_INCOMPLETE_PUT_ERROR; in _nx_http_client_put_packet()
Dnxd_http_server.c1259 return NX_HTTP_INCOMPLETE_PUT_ERROR; in _nx_http_server_content_length_get_extended()