Home
last modified time | relevance | path

Searched refs:NX_HTTP_BASIC_AUTHENTICATE (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_basic_authenticate_test.c76 return(NX_HTTP_BASIC_AUTHENTICATE); in authentication_check()
93 return(NX_HTTP_BASIC_AUTHENTICATE); in authentication_check_extended()
Dnetx_http_basic_test.c68 return(NX_HTTP_BASIC_AUTHENTICATE); in authentication_check()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_http.c88 return(NX_HTTP_BASIC_AUTHENTICATE); in authentication_check()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c3554 if (status == NX_HTTP_BASIC_AUTHENTICATE || in _nx_http_server_get_process()
3579 if (status == NX_HTTP_BASIC_AUTHENTICATE) in _nx_http_server_get_process()
4000 if (status == NX_HTTP_BASIC_AUTHENTICATE || in _nx_http_server_put_process()
4025 if (status == NX_HTTP_BASIC_AUTHENTICATE) in _nx_http_server_put_process()
4386 if (status == NX_HTTP_BASIC_AUTHENTICATE || in _nx_http_server_delete_process()
4411 if (status == NX_HTTP_BASIC_AUTHENTICATE) in _nx_http_server_delete_process()
4844 status = NX_HTTP_BASIC_AUTHENTICATE; in _nx_http_server_basic_authenticate()
4920 if (status == NX_HTTP_BASIC_AUTHENTICATE) in _nx_http_server_basic_authenticate()
Dnxd_http_client.h132 #define NX_HTTP_BASIC_AUTHENTICATE 0xE4 /* HTTP basic authentication requested … macro
Dnxd_http_server.h227 #define NX_HTTP_BASIC_AUTHENTICATE 0xE4 /* HTTP basic authentication requested … macro