Home
last modified time | relevance | path

Searched refs:NX_HTTP_DONT_AUTHENTICATE (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.3.0/addons/http/
Dnxd_http_client.h132 #define NX_HTTP_DONT_AUTHENTICATE 0xE3 /* HTTP authentication not needed … macro
Dnxd_http_server.h227 #define NX_HTTP_DONT_AUTHENTICATE 0xE3 /* HTTP authentication not needed … macro
Dnxd_http_server.c3596 if ((status != NX_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS)) in _nx_http_server_get_process()
4042 if ((status != NX_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS)) in _nx_http_server_put_process()
4428 if ((status != NX_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS)) in _nx_http_server_delete_process()