Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c2809 UINT temp_information_length = 0; in _nx_http_server_callback_response_send_extended() local
2814 …(information && _nx_utility_string_length_check(information, &temp_information_length, NX_MAX_STRI… in _nx_http_server_callback_response_send_extended()
2822 (information && (temp_information_length != information_length)) || in _nx_http_server_callback_response_send_extended()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c2977 UINT temp_information_length = 0; in _nx_web_http_server_callback_response_send_extended() local
2982 …(information && _nx_utility_string_length_check(information, &temp_information_length, NX_MAX_STRI… in _nx_web_http_server_callback_response_send_extended()
2990 (information && (temp_information_length != information_length)) || in _nx_web_http_server_callback_response_send_extended()