Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_if_modified_since_test.c417 now -> nx_http_server_month = timeinfo -> tm_mon; in get_gmt()
434 last_modified -> nx_http_server_month = 0; in cache_info_get()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h327 UCHAR nx_http_server_month; /* Month */ member
Dnxd_http_server.c8923 string[index++] = *(_nx_http_server_month[date -> nx_http_server_month]); in _nx_http_server_date_to_string()
8924 string[index++] = *(_nx_http_server_month[date -> nx_http_server_month] + 1); in _nx_http_server_date_to_string()
8925 string[index++] = *(_nx_http_server_month[date -> nx_http_server_month] + 2); in _nx_http_server_date_to_string()