Home
last modified time | relevance | path

Searched defs:information (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c2585 …er_callback_response_send(NX_HTTP_SERVER *server_ptr, CHAR *header, CHAR *information, CHAR *addit… in _nxe_http_server_callback_response_send()
2653 …er_callback_response_send(NX_HTTP_SERVER *server_ptr, CHAR *header, CHAR *information, CHAR *addit… in _nx_http_server_callback_response_send()
2726 …onse_send_extended(NX_HTTP_SERVER *server_ptr, CHAR *header, UINT header_length, CHAR *information, in _nxe_http_server_callback_response_send_extended()
2804 …nse_send_extended(NX_HTTP_SERVER *server_ptr, CHAR *header, UINT header_length, CHAR *information, in _nx_http_server_callback_response_send_extended()
4685 …se_send(NX_HTTP_SERVER *server_ptr, CHAR *status_code, UINT status_code_length, CHAR *information, in _nx_http_server_response_send()
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c2747 …ck_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, CHAR *information, CHAR *addit… in _nxe_web_http_server_callback_response_send()
2815 …ck_response_send(NX_WEB_HTTP_SERVER *server_ptr, CHAR *status_code, CHAR *information, CHAR *addit… in _nx_web_http_server_callback_response_send()
2891 … UINT status_code_length, CHAR *information, in _nxe_web_http_server_callback_response_send_extended()
2972 UINT status_code_length, CHAR *information, in _nx_web_http_server_callback_response_send_extended()
5068 UINT status_code_length, CHAR *information, in _nx_web_http_server_response_send()
/NetX-Duo-v6.2.1/test/regression/web_test/
Dnetx_https_api_test.c1233 CHAR *information = "info"; in nx_web_http_server_callback_response_send_test() local