Lines Matching refs:information_length
2657 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
2741 … information_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()
4728 status = nx_packet_data_append(packet_ptr, information, information_length, in _nx_http_server_response_send()