Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/web/
Dnx_web_http_server.h465 … UINT information_length, CHAR *additional_info,
544 … UINT information_length, CHAR *additional_info,
608 UINT information_length, CHAR *additional_information,
669 … UINT information_length, CHAR *additional_info,
Dnx_web_http_server.c2819 UINT information_length = 0; in _nx_web_http_server_callback_response_send() local
2826 …(information && _nx_utility_string_length_check(information, &information_length, NX_MAX_STRING_LE… in _nx_web_http_server_callback_response_send()
2834information_length, additional_info, additional_info_length); in _nx_web_http_server_callback_response_send()
2892 … UINT information_length, CHAR *additional_info, in _nxe_web_http_server_callback_response_send_extended() argument
2907 information, information_length, in _nxe_web_http_server_callback_response_send_extended()
2973 … UINT information_length, CHAR *additional_info, in _nx_web_http_server_callback_response_send_extended() argument
2990 (information && (temp_information_length != information_length)) || in _nx_web_http_server_callback_response_send_extended()
2998information_length, additional_info, additional_info_length)); in _nx_web_http_server_callback_response_send_extended()
5069 UINT information_length, CHAR *additional_information, in _nx_web_http_server_response_send() argument
5082 length = information_length; in _nx_web_http_server_response_send()
[all …]
/NetX-Duo-v6.4.1/addons/http/
Dnxd_http_server.c2657 UINT information_length = 0; in _nx_http_server_callback_response_send() local
2663 …(information && _nx_utility_string_length_check(information, &information_length, NX_MAX_STRING_LE… in _nx_http_server_callback_response_send()
2670 …rver_response_send(server_ptr, header, header_length, information, information_length, additional_… in _nx_http_server_callback_response_send()
2727 … UINT information_length, CHAR *additional_info, UINT additional_info_length) in _nxe_http_server_callback_response_send_extended() argument
2741information_length, additional_info, additional_info_length); in _nxe_http_server_callback_response_send_extended()
2805 … UINT information_length, CHAR *additional_info, UINT additional_info_length) in _nx_http_server_callback_response_send_extended() argument
2822 (information && (temp_information_length != information_length)) || in _nx_http_server_callback_response_send_extended()
2829 …rver_response_send(server_ptr, header, header_length, information, information_length, additional_… in _nx_http_server_callback_response_send_extended()
4686 … UINT information_length, CHAR *additional_information, UINT additional_info_length) in _nx_http_server_response_send() argument
4699 length = information_length; in _nx_http_server_response_send()
[all …]
Dnxd_http_server.h516 …HAR *status_code, UINT status_code_length, CHAR *information, UINT information_length, CHAR *addit…
613 …HAR *status_code, UINT status_code_length, CHAR *information, UINT information_length, CHAR *addit…