Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c50 const CHAR *_nx_http_server_month[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep… variable
8923 string[index++] = *(_nx_http_server_month[date -> nx_http_server_month]); in _nx_http_server_date_to_string()
8924 string[index++] = *(_nx_http_server_month[date -> nx_http_server_month] + 1); in _nx_http_server_date_to_string()
8925 string[index++] = *(_nx_http_server_month[date -> nx_http_server_month] + 2); in _nx_http_server_date_to_string()