Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_web_if_modified_since_test.c517 now -> nx_web_http_server_month = timeinfo -> tm_mon; in get_gmt()
533 last_modified -> nx_web_http_server_month = 0; in cache_info_get()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.h240 UCHAR nx_web_http_server_month; /* Month */ member
Dnx_web_http_server.c10459 string[index++] = _nx_web_http_server_month[date -> nx_web_http_server_month][0]; in _nx_web_http_server_date_to_string()
10460 string[index++] = _nx_web_http_server_month[date -> nx_web_http_server_month][1]; in _nx_web_http_server_date_to_string()
10461 string[index++] = _nx_web_http_server_month[date -> nx_web_http_server_month][2]; in _nx_web_http_server_date_to_string()