Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/web/
Dnx_web_http_server.c56 const CHAR _nx_web_http_server_weekday[][3] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; variable
10448 string[index++] = _nx_web_http_server_weekday[date -> nx_web_http_server_weekday][0]; in _nx_web_http_server_date_to_string()
10449 string[index++] = _nx_web_http_server_weekday[date -> nx_web_http_server_weekday][1]; in _nx_web_http_server_date_to_string()
10450 string[index++] = _nx_web_http_server_weekday[date -> nx_web_http_server_weekday][2]; in _nx_web_http_server_date_to_string()