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