Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c4833 UINT status, status1; in _nx_http_server_basic_authenticate() local
4926status1 = nx_packet_allocate(server_ptr -> nx_http_server_packet_pool_ptr, &packet_ptr, NX_TCP_PA… in _nx_http_server_basic_authenticate()
4929 if (status1 != NX_SUCCESS) in _nx_http_server_basic_authenticate()
4936 return(status1); in _nx_http_server_basic_authenticate()
4975status1 = nx_tcp_socket_send(&(server_ptr -> nx_http_server_socket), packet_ptr, NX_HTTP_SERVER_T… in _nx_http_server_basic_authenticate()
4978 if (status1) in _nx_http_server_basic_authenticate()
4982 status = status1; in _nx_http_server_basic_authenticate()
5947 UINT status, status1, callback_status; in _nx_http_server_digest_authenticate() local
6036 status1 = _nx_http_server_nonce_allocate(server_ptr, &nonce_ptr); in _nx_http_server_digest_authenticate()
6039 if (status1) in _nx_http_server_digest_authenticate()
[all …]
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c5219 UINT status, status1; in _nx_web_http_server_basic_authenticate() local
5318status1 = _nx_web_http_server_response_packet_allocate(server_ptr, &packet_ptr, NX_WAIT_FOREVER); in _nx_web_http_server_basic_authenticate()
5321 if (status1 != NX_SUCCESS) in _nx_web_http_server_basic_authenticate()
5328 return(status1); in _nx_web_http_server_basic_authenticate()
5367 status1 = _nx_web_http_server_send(server_ptr, packet_ptr, NX_WEB_HTTP_SERVER_TIMEOUT_SEND); in _nx_web_http_server_basic_authenticate()
5370 if (status1) in _nx_web_http_server_basic_authenticate()
5374 status = status1; in _nx_web_http_server_basic_authenticate()
6431 UINT status, status1, callback_status; in _nx_web_http_server_digest_authenticate() local
6534 status1 = _nx_web_http_server_nonce_allocate(server_ptr, &nonce_ptr); in _nx_web_http_server_digest_authenticate()
6537 if (status1) in _nx_web_http_server_digest_authenticate()
[all …]