Searched refs:temp_status_code_length (Results 1 – 2 of 2) sorted by relevance
2976 UINT temp_status_code_length = 0; in _nx_web_http_server_callback_response_send_extended() local2981 …if (_nx_utility_string_length_check(status_code, &temp_status_code_length, NX_MAX_STRING_LENGTH) || in _nx_web_http_server_callback_response_send_extended()2989 if ((temp_status_code_length != status_code_length) || in _nx_web_http_server_callback_response_send_extended()10014 UINT temp_status_code_length = 0; in _nx_web_http_server_callback_generate_response_header_extended() local10019 … if (_nx_utility_string_length_check(status_code, &temp_status_code_length, status_code_length) || in _nx_web_http_server_callback_generate_response_header_extended()10027 if ((status_code_length != temp_status_code_length) || in _nx_web_http_server_callback_generate_response_header_extended()
8513 UINT temp_status_code_length = 0; in _nx_http_server_callback_generate_response_header_extended() local8518 … if (_nx_utility_string_length_check(status_code, &temp_status_code_length, status_code_length) || in _nx_http_server_callback_generate_response_header_extended()8526 if ((status_code_length != temp_status_code_length) || in _nx_http_server_callback_generate_response_header_extended()