Searched refs:_nx_web_http_server_date_convert (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.3.0/addons/web/ |
D | nx_web_http_server.c | 10455 _nx_web_http_server_date_convert(date -> nx_web_http_server_day, 2, &string[index]); in _nx_web_http_server_date_to_string() 10466 _nx_web_http_server_date_convert(date -> nx_web_http_server_year, 4, &string[index]); in _nx_web_http_server_date_to_string() 10471 _nx_web_http_server_date_convert(date -> nx_web_http_server_hour, 2, &string[index]); in _nx_web_http_server_date_to_string() 10476 _nx_web_http_server_date_convert(date -> nx_web_http_server_minute, 2, &string[index]); in _nx_web_http_server_date_to_string() 10481 _nx_web_http_server_date_convert(date -> nx_web_http_server_second, 2, &string[index]); in _nx_web_http_server_date_to_string() 10532 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 | 646 VOID _nx_web_http_server_date_convert(UINT date, UINT count, CHAR *string);
|