Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/http/
Dnxd_http_server.c8918 _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
Dnxd_http_server.h642 VOID _nx_http_server_date_convert(UINT date, UINT count, CHAR *string);