| /NetX-Duo-v6.2.1/addons/http/ |
| D | nxd_http_server.h | 431 } NX_HTTP_SERVER; typedef 485 …r_create(p,n,i,m,sp,ss,pp,a,r) _nxe_http_server_create(p,n,i,m,sp,ss,pp,a,r,sizeof(NX_HTTP_SERVER)) 514 UINT nx_http_server_callback_data_send(NX_HTTP_SERVER *server_ptr, VOID *data_ptr, ULONG dat… 515 UINT nx_http_server_callback_response_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, CH… 516 UINT nx_http_server_callback_response_send_extended(NX_HTTP_SERVER *server_ptr, CHAR *status… 517 UINT nx_http_server_content_get(NX_HTTP_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byt… 518 UINT nx_http_server_packet_get(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_ptr); 519 UINT nx_http_server_packet_content_find(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_ptr, … 522 UINT _nx_http_server_create(NX_HTTP_SERVER *http_server_ptr, CHAR *http_server_name, NX_IP *… 523 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *… [all …]
|
| D | nxd_http_server.c | 118 UINT _nxe_http_server_content_get(NX_HTTP_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_of… in _nxe_http_server_content_get() 190 UINT _nx_http_server_content_get(NX_HTTP_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG byte_off… in _nx_http_server_content_get() 394 UINT _nxe_http_server_packet_content_find(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_ptr, ULON… in _nxe_http_server_packet_content_find() 458 UINT _nx_http_server_packet_content_find(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_ptr, ULONG… in _nx_http_server_packet_content_find() 539 UINT _nxe_http_server_packet_get(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_ptr) in _nxe_http_server_packet_get() 597 UINT _nx_http_server_packet_get(NX_HTTP_SERVER *server_ptr, NX_PACKET **packet_ptr) in _nx_http_server_packet_get() 835 UINT _nxe_http_server_content_get_extended(NX_HTTP_SERVER *server_ptr, NX_PACKET *packet_ptr, ULON… in _nxe_http_server_content_get_extended() 918 UINT _nx_http_server_content_get_extended(NX_HTTP_SERVER *server_ptr, NX_PACKET *packet_ptr, ULONG… in _nx_http_server_content_get_extended() 1318 UINT _nxe_http_server_create(NX_HTTP_SERVER *http_server_ptr, CHAR *http_server_name, NX_IP *ip_pt… in _nxe_http_server_create() 1319 …UINT (*authentication_check)(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, CHAR *… in _nxe_http_server_create() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/http_test/ |
| D | netx_http_digest_authenticate_test.c | 51 static NX_HTTP_SERVER my_server; 72 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, 74 static UINT authentication_check_extended(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *res… 382 static UINT digest_authenticate_callback(NX_HTTP_SERVER *server_ptr, CHAR *name_ptr, in digest_authenticate_callback() 477 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() 491 static UINT authentication_check_extended(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *res… in authentication_check_extended()
|
| D | netx_http_multipart_underflow_test.c | 282 static UINT my_get_notify(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, NX_PACKET … 299 static NX_HTTP_SERVER my_server; 524 UINT my_get_notify(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, NX_PACKET *pac… in my_get_notify()
|
| D | netx_http_multipart_fragment_test.c | 280 static UINT my_get_notify(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, NX_PACKET … 297 static NX_HTTP_SERVER my_server; 522 UINT my_get_notify(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, NX_PACKET *pac… in my_get_notify()
|
| D | netx_http_basic_authenticate_test.c | 41 static NX_HTTP_SERVER my_server; 65 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check() 79 static UINT authentication_check_extended(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *res… in authentication_check_extended()
|
| D | netx_http_post_basic_test.c | 66 static NX_HTTP_SERVER my_server; 83 static UINT my_get_notify(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, NX_PACKET … 408 UINT my_get_notify(NX_HTTP_SERVER *server_ptr, UINT request_type, CHAR *resource, NX_PACKET *pac… in my_get_notify()
|
| D | netx_http_digest_authenticate_timeout_test.c | 51 static NX_HTTP_SERVER my_server; 72 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, 497 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check()
|
| D | netx_http_basic_test.c | 37 static NX_HTTP_SERVER my_server; 57 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check()
|
| D | netx_http_server_type_retrieve_test.c | 28 static NX_HTTP_SERVER my_server;
|
| D | netx_http_head_basic_test.c | 63 static NX_HTTP_SERVER my_server;
|
| D | netx_http_delete_basic_test.c | 63 static NX_HTTP_SERVER my_server;
|
| D | netx_http_status_404_test.c | 65 static NX_HTTP_SERVER my_server;
|
| D | netx_http_request_in_multiple_packets_test.c | 49 static NX_HTTP_SERVER my_server;
|
| D | netx_http_if_modified_since_test.c | 91 static NX_HTTP_SERVER my_server;
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_http.c | 44 UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, 58 NX_HTTP_SERVER my_server; 74 UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check()
|