Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/http/
Dnxd_http_client.h144 #define NX_HTTP_INCOMPLETE_PUT_ERROR 0xEF /* Server responds before PUT is complete … macro
Dnxd_http_server.h239 #define NX_HTTP_INCOMPLETE_PUT_ERROR 0xEF /* Server responds before PUT is complete … macro
Dnxd_http_client.c2757 status = NX_HTTP_INCOMPLETE_PUT_ERROR; in _nx_http_client_put_packet()
Dnxd_http_server.c1260 return NX_HTTP_INCOMPLETE_PUT_ERROR; in _nx_http_server_content_length_get_extended()