Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_common.h121 #define NX_WEB_HTTP_DONT_AUTHENTICATE 0x30003 /* HTTP authentication not needed … macro
Dnx_web_http_server.c3815 if ((status != NX_WEB_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS)) in _nx_web_http_server_get_process()
4348 if ((status != NX_WEB_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS)) in _nx_web_http_server_put_process()
4807 if ((status != NX_WEB_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS)) in _nx_web_http_server_delete_process()