Searched refs:information_length (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.4.1/addons/web/ |
D | nx_web_http_server.h | 465 … UINT information_length, CHAR *additional_info, 544 … UINT information_length, CHAR *additional_info, 608 UINT information_length, CHAR *additional_information, 669 … UINT information_length, CHAR *additional_info,
|
D | nx_web_http_server.c | 2819 UINT information_length = 0; in _nx_web_http_server_callback_response_send() local 2826 …(information && _nx_utility_string_length_check(information, &information_length, NX_MAX_STRING_LE… in _nx_web_http_server_callback_response_send() 2834 … information_length, additional_info, additional_info_length); in _nx_web_http_server_callback_response_send() 2892 … UINT information_length, CHAR *additional_info, in _nxe_web_http_server_callback_response_send_extended() argument 2907 information, information_length, in _nxe_web_http_server_callback_response_send_extended() 2973 … UINT information_length, CHAR *additional_info, in _nx_web_http_server_callback_response_send_extended() argument 2990 (information && (temp_information_length != information_length)) || in _nx_web_http_server_callback_response_send_extended() 2998 … information_length, additional_info, additional_info_length)); in _nx_web_http_server_callback_response_send_extended() 5069 UINT information_length, CHAR *additional_information, in _nx_web_http_server_response_send() argument 5082 length = information_length; in _nx_web_http_server_response_send() [all …]
|
/NetX-Duo-v6.4.1/addons/http/ |
D | nxd_http_server.c | 2657 UINT information_length = 0; in _nx_http_server_callback_response_send() local 2663 …(information && _nx_utility_string_length_check(information, &information_length, NX_MAX_STRING_LE… in _nx_http_server_callback_response_send() 2670 …rver_response_send(server_ptr, header, header_length, information, information_length, additional_… in _nx_http_server_callback_response_send() 2727 … UINT information_length, CHAR *additional_info, UINT additional_info_length) in _nxe_http_server_callback_response_send_extended() argument 2741 … information_length, additional_info, additional_info_length); in _nxe_http_server_callback_response_send_extended() 2805 … UINT information_length, CHAR *additional_info, UINT additional_info_length) in _nx_http_server_callback_response_send_extended() argument 2822 (information && (temp_information_length != information_length)) || in _nx_http_server_callback_response_send_extended() 2829 …rver_response_send(server_ptr, header, header_length, information, information_length, additional_… in _nx_http_server_callback_response_send_extended() 4686 … UINT information_length, CHAR *additional_information, UINT additional_info_length) in _nx_http_server_response_send() argument 4699 length = information_length; in _nx_http_server_response_send() [all …]
|
D | nxd_http_server.h | 516 …HAR *status_code, UINT status_code_length, CHAR *information, UINT information_length, CHAR *addit… 613 …HAR *status_code, UINT status_code_length, CHAR *information, UINT information_length, CHAR *addit…
|