Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/http/
Dnxd_http_client.h131 #define NX_HTTP_DONT_AUTHENTICATE 0xE3 /* HTTP authentication not needed … macro
Dnxd_http_server.h226 #define NX_HTTP_DONT_AUTHENTICATE 0xE3 /* HTTP authentication not needed … macro
Dnxd_http_server.c3595 if ((status != NX_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS)) in _nx_http_server_get_process()
4041 if ((status != NX_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS)) in _nx_http_server_put_process()
4427 if ((status != NX_HTTP_DONT_AUTHENTICATE) && (status != NX_SUCCESS)) in _nx_http_server_delete_process()