Searched refs:NX_HTTP_BASIC_AUTHENTICATE (Results 1 – 6 of 6) sorted by relevance
76 return(NX_HTTP_BASIC_AUTHENTICATE); in authentication_check()93 return(NX_HTTP_BASIC_AUTHENTICATE); in authentication_check_extended()
68 return(NX_HTTP_BASIC_AUTHENTICATE); in authentication_check()
88 return(NX_HTTP_BASIC_AUTHENTICATE); in authentication_check()
3554 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()
132 #define NX_HTTP_BASIC_AUTHENTICATE 0xE4 /* HTTP basic authentication requested … macro
227 #define NX_HTTP_BASIC_AUTHENTICATE 0xE4 /* HTTP basic authentication requested … macro