Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_if_modified_since_test.c522 now -> nx_web_http_server_weekday = timeinfo -> tm_wday; in get_gmt()
538 last_modified -> nx_web_http_server_weekday = 2; in cache_info_get()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h245 UCHAR nx_web_http_server_weekday; /* Weekday */ member
Dnx_web_http_server.c10447 string[index++] = _nx_web_http_server_weekday[date -> nx_web_http_server_weekday][0]; in _nx_web_http_server_date_to_string()
10448 string[index++] = _nx_web_http_server_weekday[date -> nx_web_http_server_weekday][1]; in _nx_web_http_server_date_to_string()
10449 string[index++] = _nx_web_http_server_weekday[date -> nx_web_http_server_weekday][2]; in _nx_web_http_server_date_to_string()