Searched refs:_nx_web_http_server_date_convert (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/addons/web/ |
| D | nx_web_http_server.c | 10454 _nx_web_http_server_date_convert(date -> nx_web_http_server_day, 2, &string[index]); in _nx_web_http_server_date_to_string() 10465 _nx_web_http_server_date_convert(date -> nx_web_http_server_year, 4, &string[index]); in _nx_web_http_server_date_to_string() 10470 _nx_web_http_server_date_convert(date -> nx_web_http_server_hour, 2, &string[index]); in _nx_web_http_server_date_to_string() 10475 _nx_web_http_server_date_convert(date -> nx_web_http_server_minute, 2, &string[index]); in _nx_web_http_server_date_to_string() 10480 _nx_web_http_server_date_convert(date -> nx_web_http_server_second, 2, &string[index]); in _nx_web_http_server_date_to_string() 10531 VOID _nx_web_http_server_date_convert(UINT date, UINT count, CHAR *string) in _nx_web_http_server_date_convert() function
|
| D | nx_web_http_server.h | 645 VOID _nx_web_http_server_date_convert(UINT date, UINT count, CHAR *string);
|