Searched refs:_nx_web_http_server_weekday (Results 1 – 1 of 1) sorted by relevance
56 const CHAR _nx_web_http_server_weekday[][3] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; variable10448 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()