Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_status_code_test.c44 static NX_WEB_HTTP_CLIENT_STATUS_MAP test_status_maps[] = variable
87 static UINT test_count = sizeof(test_status_maps)/sizeof(NX_WEB_HTTP_CLIENT_STATUS_MAP);
219 if (test_status_maps[i].nx_web_http_client_status_string[0] == '2') in thread_client_entry()
224 else if (status != test_status_maps[i].nx_web_http_client_status_code) in thread_client_entry()
307 pkt[9] = test_status_maps[i].nx_web_http_client_status_string[0]; in thread_server_entry()
308 pkt[10] = test_status_maps[i].nx_web_http_client_status_string[1]; in thread_server_entry()
309 pkt[11] = test_status_maps[i].nx_web_http_client_status_string[2]; in thread_server_entry()