Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c8070 CHAR status_code_not_modified; in _nx_http_server_generate_response_header() local
8095 status_code_not_modified = NX_TRUE; in _nx_http_server_generate_response_header()
8097 status_code_not_modified = NX_FALSE; in _nx_http_server_generate_response_header()
8126 if(content_length || (status_code_not_modified == NX_TRUE)) in _nx_http_server_generate_response_header()
8190 ((status_code_ok == NX_TRUE) || (status_code_not_modified == NX_TRUE)) && in _nx_http_server_generate_response_header()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c8612 CHAR status_code_not_modified; in _nx_web_http_server_generate_response_header() local
8638 status_code_not_modified = NX_TRUE; in _nx_web_http_server_generate_response_header()
8640 status_code_not_modified = NX_FALSE; in _nx_web_http_server_generate_response_header()
8668 if(content_length || (status_code_not_modified == NX_TRUE)) in _nx_web_http_server_generate_response_header()
8750 ((status_code_ok == NX_TRUE) || (status_code_not_modified == NX_TRUE)) && in _nx_web_http_server_generate_response_header()