Home
last modified time | relevance | path

Searched refs:NX_HTTP_SERVER (Results 1 – 16 of 16) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.h431 } 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 …]
Dnxd_http_server.c118 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/
Dnetx_http_digest_authenticate_test.c51 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()
Dnetx_http_multipart_underflow_test.c282 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()
Dnetx_http_multipart_fragment_test.c280 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()
Dnetx_http_basic_authenticate_test.c41 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()
Dnetx_http_post_basic_test.c66 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()
Dnetx_http_digest_authenticate_timeout_test.c51 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()
Dnetx_http_basic_test.c37 static NX_HTTP_SERVER my_server;
57 static UINT authentication_check(NX_HTTP_SERVER *server_ptr, UINT request_type, in authentication_check()
Dnetx_http_server_type_retrieve_test.c28 static NX_HTTP_SERVER my_server;
Dnetx_http_head_basic_test.c63 static NX_HTTP_SERVER my_server;
Dnetx_http_delete_basic_test.c63 static NX_HTTP_SERVER my_server;
Dnetx_http_status_404_test.c65 static NX_HTTP_SERVER my_server;
Dnetx_http_request_in_multiple_packets_test.c49 static NX_HTTP_SERVER my_server;
Dnetx_http_if_modified_since_test.c91 static NX_HTTP_SERVER my_server;
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_http.c44 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()