Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_if_modified_since_test.c422 now -> nx_http_server_weekday = timeinfo -> tm_wday; in get_gmt()
439 last_modified -> nx_http_server_weekday = 2; in cache_info_get()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h332 UCHAR nx_http_server_weekday; /* Weekday */ member
Dnxd_http_server.c8911 string[index++] = *(_nx_http_server_weekday[date -> nx_http_server_weekday]); in _nx_http_server_date_to_string()
8912 string[index++] = *(_nx_http_server_weekday[date -> nx_http_server_weekday] + 1); in _nx_http_server_date_to_string()
8913 string[index++] = *(_nx_http_server_weekday[date -> nx_http_server_weekday] + 2); in _nx_http_server_date_to_string()