Searched refs:_nx_web_http_server_month (Results 1 – 1 of 1) sorted by relevance
56 const CHAR _nx_web_http_server_month[][3] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug"… variable10459 string[index++] = _nx_web_http_server_month[date -> nx_web_http_server_month][0]; in _nx_web_http_server_date_to_string()10460 string[index++] = _nx_web_http_server_month[date -> nx_web_http_server_month][1]; in _nx_web_http_server_date_to_string()10461 string[index++] = _nx_web_http_server_month[date -> nx_web_http_server_month][2]; in _nx_web_http_server_date_to_string()