Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c56 const CHAR _nx_web_http_server_month[][3] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug"… variable
10459 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()