Searched refs:_nx_http_server_date_convert (Results 1 – 2 of 2) sorted by relevance
/NetX-Duo-v6.4.1/addons/http/ |
D | nxd_http_server.c | 8918 _nx_http_server_date_convert(date -> nx_http_server_day, 2, &string[index]); in _nx_http_server_date_to_string() 8929 _nx_http_server_date_convert(date -> nx_http_server_year, 4, &string[index]); in _nx_http_server_date_to_string() 8934 _nx_http_server_date_convert(date -> nx_http_server_hour, 2, &string[index]); in _nx_http_server_date_to_string() 8939 _nx_http_server_date_convert(date -> nx_http_server_minute, 2, &string[index]); in _nx_http_server_date_to_string() 8944 _nx_http_server_date_convert(date -> nx_http_server_second, 2, &string[index]); in _nx_http_server_date_to_string() 8995 VOID _nx_http_server_date_convert(UINT date, UINT count, CHAR *string) in _nx_http_server_date_convert() function
|
D | nxd_http_server.h | 642 VOID _nx_http_server_date_convert(UINT date, UINT count, CHAR *string);
|