Home
last modified time | relevance | path

Searched refs:status_code_length (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h516 …_send_extended(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_code_length, CHAR *infor…
544 … UINT status_code_length, UINT content_length, CHAR *content_type,
567 …_send_extended(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_code_length, CHAR *infor…
586 … UINT status_code_length, UINT content_length, CHAR *content_type,
613 …_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_code_length, CHAR *infor…
639 … UINT status_code_length, UINT content_length, CHAR *content_type,
646 …_send_extended(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_code_length, CHAR *infor…
673 … UINT status_code_length, UINT content_length, CHAR *content_type,
Dnxd_http_server.c4685 …_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_code_length, CHAR *infor… in _nx_http_server_response_send() argument
4713 …ver_generate_response_header(server_ptr, &packet_ptr, status_code, status_code_length, length, NX_… in _nx_http_server_response_send()
8060 … UINT status_code_length, UINT content_length, CHAR *content_type, in _nx_http_server_generate_response_header() argument
8107 …status += nx_packet_data_append(packet_ptr, status_code, status_code_length, server_ptr -> nx_htt… in _nx_http_server_generate_response_header()
8365 … UINT status_code_length, UINT content_length, CHAR *content_type, in _nxe_http_server_callback_generate_response_header_extended() argument
8377 …ate_response_header_extended(server_ptr, packet_pptr, status_code, status_code_length, content_len… in _nxe_http_server_callback_generate_response_header_extended()
8434 UINT status_code_length = 0; in _nx_http_server_callback_generate_response_header() local
8439 if (_nx_utility_string_length_check(status_code, &status_code_length, NX_MAX_STRING_LENGTH) || in _nx_http_server_callback_generate_response_header()
8447 …ver_generate_response_header(server_ptr, packet_pptr, status_code, status_code_length, content_len… in _nx_http_server_callback_generate_response_header()
8509 … UINT status_code_length, UINT content_length, CHAR *content_type, in _nx_http_server_callback_generate_response_header_extended() argument
[all …]
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h464 … UINT status_code_length, CHAR *information,
512 … UINT status_code_length, UINT content_length,
543 … UINT status_code_length, CHAR *information,
581 … UINT status_code_length, UINT content_length,
607 UINT status_code_length, CHAR *information,
640 CHAR *status_code, UINT status_code_length,
668 … UINT status_code_length, CHAR *information,
714 … UINT status_code_length, UINT content_length,
Dnx_web_http_server.c2818 UINT status_code_length = 0; in _nx_web_http_server_callback_response_send() local
2825 if (_nx_utility_string_length_check(status_code, &status_code_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_server_callback_response_send()
2833 …status = _nx_web_http_server_response_send(server_ptr, status_code, status_code_length, informatio… in _nx_web_http_server_callback_response_send()
2891 … UINT status_code_length, CHAR *information, in _nxe_web_http_server_callback_response_send_extended() argument
2906 … = _nx_web_http_server_callback_response_send_extended(server_ptr, status_code, status_code_length, in _nxe_web_http_server_callback_response_send_extended()
2972 UINT status_code_length, CHAR *information, in _nx_web_http_server_callback_response_send_extended() argument
2989 if ((temp_status_code_length != status_code_length) || in _nx_web_http_server_callback_response_send_extended()
2997 … return(_nx_web_http_server_response_send(server_ptr, status_code, status_code_length, information, in _nx_web_http_server_callback_response_send_extended()
5068 UINT status_code_length, CHAR *information, in _nx_web_http_server_response_send() argument
5097status_code_length, length, NX_NULL, 0, NX_NULL, 0); in _nx_web_http_server_response_send()
[all …]