Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/http_test/
Dnetx_http_if_modified_since_test.c70 static VOID get_gmt(NX_HTTP_SERVER_DATE *now);
71 static UINT cache_info_get(CHAR *resource, UINT *max_age, NX_HTTP_SERVER_DATE *last_modified);
408 VOID get_gmt(NX_HTTP_SERVER_DATE *now) in get_gmt()
428 UINT cache_info_get(CHAR *resource, UINT *max_age, NX_HTTP_SERVER_DATE *last_modified) in cache_info_get()
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h333 } NX_HTTP_SERVER_DATE; typedef
423 VOID (*nx_http_server_gmt_get)(NX_HTTP_SERVER_DATE *date);
424 …UINT (*nx_http_server_cache_info_get)(CHAR *resource, UINT *max_age, NX_HTTP_SERVER_DATE *last_mod…
547 …x_http_server_gmt_callback_set(NX_HTTP_SERVER *server_ptr, VOID (*gmt_get)(NX_HTTP_SERVER_DATE *));
548 …ack_set(NX_HTTP_SERVER *server_ptr, UINT (*cache_info_get)(CHAR *, UINT *, NX_HTTP_SERVER_DATE *));
589 …p_server_gmt_callback_set(NX_HTTP_SERVER *server_ptr, VOID (*gmt_callback)(NX_HTTP_SERVER_DATE *));
590 …ack_set(NX_HTTP_SERVER *server_ptr, UINT (*cache_info_get)(CHAR *, UINT *, NX_HTTP_SERVER_DATE *));
641 UINT _nx_http_server_date_to_string(NX_HTTP_SERVER_DATE *date, CHAR *string);
676 …e_http_server_gmt_callback_set(NX_HTTP_SERVER *server_ptr, VOID (*gmt_get)(NX_HTTP_SERVER_DATE *));
677 …ack_set(NX_HTTP_SERVER *server_ptr, UINT (*cache_info_get)(CHAR *, UINT *, NX_HTTP_SERVER_DATE *));
Dnxd_http_server.c3628 NX_HTTP_SERVER_DATE date; in _nx_http_server_get_process()
8170 NX_HTTP_SERVER_DATE date; in _nx_http_server_generate_response_header()
8679 …xe_http_server_gmt_callback_set(NX_HTTP_SERVER *server_ptr, VOID (*gmt_get)(NX_HTTP_SERVER_DATE *)) in _nxe_http_server_gmt_callback_set() argument
8731 …nx_http_server_gmt_callback_set(NX_HTTP_SERVER *server_ptr, VOID (*gmt_get)(NX_HTTP_SERVER_DATE *)) in _nx_http_server_gmt_callback_set() argument
8790 …back_set(NX_HTTP_SERVER *server_ptr, UINT (*cache_info_get)(CHAR *, UINT *, NX_HTTP_SERVER_DATE *)) in _nxe_http_server_cache_info_callback_set() argument
8845 …back_set(NX_HTTP_SERVER *server_ptr, UINT (*cache_info_get)(CHAR *, UINT *, NX_HTTP_SERVER_DATE *)) in _nx_http_server_cache_info_callback_set() argument
8904 UINT _nx_http_server_date_to_string(NX_HTTP_SERVER_DATE *date, CHAR *string) in _nx_http_server_date_to_string()