Home
last modified time | relevance | path

Searched refs:NX_WEB_HTTP_ERROR (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_server_type_get_extended_test.c154 if (status != NX_WEB_HTTP_ERROR) in thread_server_entry()
164 if (status != NX_WEB_HTTP_ERROR) in thread_server_entry()
174 if (status != NX_WEB_HTTP_ERROR) in thread_server_entry()
Dnetx_web_abnormal_test.c266 if (status != NX_WEB_HTTP_ERROR) in thread_client_entry()
271 if (status != NX_WEB_HTTP_ERROR) in thread_client_entry()
276 if (status != NX_WEB_HTTP_ERROR) in thread_client_entry()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_client.c669 return(NX_WEB_HTTP_ERROR); in _nx_web_http_client_get_start()
677 return(NX_WEB_HTTP_ERROR); in _nx_web_http_client_get_start()
1025 return(NX_WEB_HTTP_ERROR); in _nx_web_http_client_get_secure_start()
1033 return(NX_WEB_HTTP_ERROR); in _nx_web_http_client_get_secure_start()
1436 return(NX_WEB_HTTP_ERROR); in _nx_web_http_client_get_server_response()
1573 return(NX_WEB_HTTP_ERROR); in _nx_web_http_client_response_body_get()
1594 status = NX_WEB_HTTP_ERROR; in _nx_web_http_client_response_body_get()
2855 return(NX_WEB_HTTP_ERROR); in _nx_web_http_client_put_start()
2863 return(NX_WEB_HTTP_ERROR); in _nx_web_http_client_put_start()
3246 return(NX_WEB_HTTP_ERROR); in _nx_web_http_client_put_secure_start()
[all …]
Dnx_web_http_server.c816 return NX_WEB_HTTP_ERROR; in _nx_web_http_server_content_get_extended()
849 return NX_WEB_HTTP_ERROR; in _nx_web_http_server_content_get_extended()
961 return(NX_WEB_HTTP_ERROR); in _nx_web_http_server_content_get_extended()
2666 return(NX_WEB_HTTP_ERROR); in _nx_web_http_server_callback_data_send()
2829 return(NX_WEB_HTTP_ERROR); in _nx_web_http_server_callback_response_send()
2985 return(NX_WEB_HTTP_ERROR); in _nx_web_http_server_callback_response_send_extended()
2993 return(NX_WEB_HTTP_ERROR); in _nx_web_http_server_callback_response_send_extended()
3192 status = NX_WEB_HTTP_ERROR; in _nx_web_http_server_receive_data()
3482 return(NX_WEB_HTTP_ERROR); in _nx_web_http_server_get_client_request()
3601 return NX_WEB_HTTP_ERROR; in _nx_web_http_server_get_client_request()
[all …]
Dnx_web_http_common.h117 #define NX_WEB_HTTP_ERROR 0x30000 /* HTTP internal error … macro