Home
last modified time | relevance | path

Searched refs:nx_packet_append_ptr (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_send_finished.c94 send_packet -> nx_packet_append_ptr, in _nx_secure_tls_send_finished()
96 … (ULONG)(send_packet -> nx_packet_append_ptr))); in _nx_secure_tls_send_finished()
111 …SIZE > ((ULONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr))) in _nx_secure_tls_send_finished()
120 …ecure_tls_finished_hash_generate(tls_session, finished_label, send_packet -> nx_packet_append_ptr); in _nx_secure_tls_send_finished()
125 …PY(tls_session -> nx_secure_tls_local_verify_data, send_packet -> nx_packet_append_ptr, NX_SECURE_… in _nx_secure_tls_send_finished()
133 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + hash_size; in _nx_secure_tls_send_finished()
Dnx_secure_tls_send_encrypted_extensions.c80 …if (((ULONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr)) < … in _nx_secure_tls_send_encrypted_extensions()
87 send_packet -> nx_packet_append_ptr[0] = 0x0; in _nx_secure_tls_send_encrypted_extensions()
88 send_packet -> nx_packet_append_ptr[1] = 0x0; in _nx_secure_tls_send_encrypted_extensions()
89 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + 2; in _nx_secure_tls_send_encrypted_extensions()
Dnx_secure_tls_send_changecipherspec.c76 …if (((ULONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr)) < … in _nx_secure_tls_send_changecipherspec()
83 send_packet -> nx_packet_append_ptr[0] = 0x1; in _nx_secure_tls_send_changecipherspec()
84 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + 1; in _nx_secure_tls_send_changecipherspec()
Dnx_secure_tls_send_certificate.c156 …if (((ULONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr)) < … in _nx_secure_tls_send_certificate()
167 send_packet -> nx_packet_append_ptr[0] = 0; in _nx_secure_tls_send_certificate()
168 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + 1; in _nx_secure_tls_send_certificate()
174 record_start = send_packet -> nx_packet_append_ptr; in _nx_secure_tls_send_certificate()
179 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + 3; in _nx_secure_tls_send_certificate()
Dnx_secure_tls_send_alert.c97 send_packet -> nx_packet_append_ptr[0] = alert_level; in _nx_secure_tls_send_alert()
98 send_packet -> nx_packet_append_ptr[1] = alert_number; in _nx_secure_tls_send_alert()
101 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + 2; in _nx_secure_tls_send_alert()
Dnx_secure_tls_send_client_key_exchange.c98 …length = (ULONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr); in _nx_secure_tls_send_client_key_exchange()
102 … send_packet -> nx_packet_append_ptr, in _nx_secure_tls_send_client_key_exchange()
114 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + data_size; in _nx_secure_tls_send_client_key_exchange()
Dnx_secure_tls_send_server_key_exchange.c112 … send_packet -> nx_packet_append_ptr, in _nx_secure_tls_send_server_key_exchange()
113 … (ULONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr), in _nx_secure_tls_send_server_key_exchange()
128 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + length; in _nx_secure_tls_send_server_key_exchange()
Dnx_secure_dtls_send_helloverifyrequest.c84 … if (((ULONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr)) < in _nx_secure_dtls_send_helloverifyrequest()
95 packet_buffer = send_packet -> nx_packet_append_ptr; in _nx_secure_dtls_send_helloverifyrequest()
131 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + length; in _nx_secure_dtls_send_helloverifyrequest()
Dnx_secure_tls_send_newsessionticket.c149 …if (((ULONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr)) < … in _nx_secure_tls_send_newsessionticket()
157 packet_buffer = send_packet -> nx_packet_append_ptr; in _nx_secure_tls_send_newsessionticket()
197 …if (((ULONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr)) < … in _nx_secure_tls_send_newsessionticket()
220 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + length; in _nx_secure_tls_send_newsessionticket()
Dnx_secure_tls_send_certificate_request.c91 …if (((ULONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr)) < … in _nx_secure_tls_send_certificate_request()
98 packet_buffer = send_packet -> nx_packet_append_ptr; in _nx_secure_tls_send_certificate_request()
191 …LONG)(send_packet -> nx_packet_data_end) - (ULONG)(send_packet -> nx_packet_append_ptr)) < (length… in _nx_secure_tls_send_certificate_request()
270 send_packet -> nx_packet_append_ptr = send_packet -> nx_packet_append_ptr + (length); in _nx_secure_tls_send_certificate_request()
/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_remaining_length_test.c65 packet_ptr->nx_packet_append_ptr = packet_ptr->nx_packet_prepend_ptr; in test_application_define()
74 packet_ptr->nx_packet_append_ptr += i; in test_application_define()
82 packet_ptr->nx_packet_append_ptr = packet_ptr->nx_packet_prepend_ptr; in test_application_define()
91 packet_ptr->nx_packet_append_ptr += 128; in test_application_define()
99 packet_ptr->nx_packet_append_ptr = packet_ptr->nx_packet_prepend_ptr; in test_application_define()
108 packet_ptr->nx_packet_append_ptr += 16383; in test_application_define()
115 packet_ptr->nx_packet_append_ptr = packet_ptr->nx_packet_prepend_ptr; in test_application_define()
125 packet_ptr->nx_packet_append_ptr += 16384; in test_application_define()
132 packet_ptr->nx_packet_append_ptr = packet_ptr->nx_packet_prepend_ptr; in test_application_define()
142 packet_ptr->nx_packet_append_ptr += 2097151; in test_application_define()
[all …]
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_record_decrypt_coverage_test.c205 encrypt_packet -> nx_packet_append_ptr = encrypt_packet -> nx_packet_prepend_ptr + 32; in ntest_0_entry()
206 …encrypt_packet -> nx_packet_length = encrypt_packet -> nx_packet_append_ptr - encrypt_packet -> nx… in ntest_0_entry()
218 encrypt_packet -> nx_packet_append_ptr = encrypt_packet -> nx_packet_prepend_ptr + 17; in ntest_0_entry()
219 …encrypt_packet -> nx_packet_length = encrypt_packet -> nx_packet_append_ptr - encrypt_packet -> nx… in ntest_0_entry()
226 encrypt_packet -> nx_packet_append_ptr = encrypt_packet -> nx_packet_prepend_ptr + 0xff; in ntest_0_entry()
227 …encrypt_packet -> nx_packet_length = encrypt_packet -> nx_packet_append_ptr - encrypt_packet -> nx… in ntest_0_entry()
236 encrypt_packet -> nx_packet_append_ptr = encrypt_packet -> nx_packet_prepend_ptr + 50; in ntest_0_entry()
237 …encrypt_packet -> nx_packet_length = encrypt_packet -> nx_packet_append_ptr - encrypt_packet -> nx… in ntest_0_entry()
246 encrypt_packet -> nx_packet_append_ptr = encrypt_packet -> nx_packet_prepend_ptr + 32; in ntest_0_entry()
247 …encrypt_packet -> nx_packet_length = encrypt_packet -> nx_packet_append_ptr - encrypt_packet -> nx… in ntest_0_entry()
[all …]
Dnx_secure_tls_send_clienthello_test.c132 send_packet.nx_packet_append_ptr = packet_buffer; in test_application_define()
133 send_packet.nx_packet_data_end = send_packet.nx_packet_append_ptr + 90; in test_application_define()
150 …status = _nx_secure_tls_send_clienthello_extensions(&tls_session, send_packet.nx_packet_append_ptr, in test_application_define()
157 …status = _nx_secure_tls_send_clienthello_extensions(&tls_session, send_packet.nx_packet_append_ptr, in test_application_define()
164 …status = _nx_secure_tls_send_clienthello_extensions(&tls_session, send_packet.nx_packet_append_ptr, in test_application_define()
172 …status = _nx_secure_tls_send_clienthello_extensions(&tls_session, send_packet.nx_packet_append_ptr, in test_application_define()
183 …status = _nx_secure_tls_send_clienthello_extensions(&tls_session, send_packet.nx_packet_append_ptr, in test_application_define()
192 …status = _nx_secure_tls_send_clienthello_extensions(&tls_session, send_packet.nx_packet_append_ptr, in test_application_define()
202 send_packet.nx_packet_data_end = send_packet.nx_packet_append_ptr; in test_application_define()
Dnx_secure_tls_send_certificate_test.c32 send_packet.nx_packet_data_end = send_packet.nx_packet_append_ptr + 1; in test_application_define()
40 send_packet.nx_packet_append_ptr = packet_buffer; in test_application_define()
41 send_packet.nx_packet_data_end = send_packet.nx_packet_append_ptr + 100; in test_application_define()
52 send_packet.nx_packet_data_end = send_packet.nx_packet_append_ptr + 10; in test_application_define()
57 send_packet.nx_packet_data_end = send_packet.nx_packet_append_ptr + 50; in test_application_define()
/NetX-Duo-v6.2.1/common/src/
Dnx_packet_data_append.c112 (ULONG)(work_ptr -> nx_packet_data_end - work_ptr -> nx_packet_append_ptr); in _nx_packet_data_append()
128 … available_bytes = (ULONG)(packet_ptr -> nx_packet_data_end - packet_ptr -> nx_packet_append_ptr); in _nx_packet_data_append()
201 (ULONG)(work_ptr -> nx_packet_data_end - work_ptr -> nx_packet_append_ptr); in _nx_packet_data_append()
252 if (data_size < (ULONG)(work_ptr -> nx_packet_data_end - work_ptr -> nx_packet_append_ptr)) in _nx_packet_data_append()
260 copy_size = (ULONG)(work_ptr -> nx_packet_data_end - work_ptr -> nx_packet_append_ptr); in _nx_packet_data_append()
267 …memcpy(work_ptr -> nx_packet_append_ptr, source_ptr, copy_size); /* Use case of memcpy is verified… in _nx_packet_data_append()
273 work_ptr -> nx_packet_append_ptr = work_ptr -> nx_packet_append_ptr + copy_size; in _nx_packet_data_append()
Dnx_packet_data_adjust.c107 … ((ALIGN_TYPE)packet_ptr -> nx_packet_data_end - (ALIGN_TYPE)packet_ptr -> nx_packet_append_ptr)); in _nx_packet_data_adjust()
116 …shift_size = (ULONG)((ALIGN_TYPE)packet_ptr -> nx_packet_append_ptr - (ALIGN_TYPE)packet_ptr -> nx… in _nx_packet_data_adjust()
123 packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + shift_size; in _nx_packet_data_adjust()
144 data_start = packet_ptr -> nx_packet_append_ptr - append_size; in _nx_packet_data_adjust()
157 …work_ptr -> nx_packet_append_ptr = (UCHAR *)((ALIGN_TYPE)work_ptr -> nx_packet_prepend_ptr + appen… in _nx_packet_data_adjust()
160 …shift_size = (ULONG)(((ALIGN_TYPE)packet_ptr -> nx_packet_append_ptr - (ALIGN_TYPE)packet_ptr -> n… in _nx_packet_data_adjust()
167 packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + shift_size; in _nx_packet_data_adjust()
Dnx_ipv6_packet_receive.c157 packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_append_ptr - delta; in _nx_ipv6_packet_receive()
168 … if (((ULONG)(last_packet -> nx_packet_append_ptr - last_packet -> nx_packet_prepend_ptr)) > delta) in _nx_ipv6_packet_receive()
173 last_packet -> nx_packet_append_ptr = last_packet -> nx_packet_append_ptr - delta; in _nx_ipv6_packet_receive()
182 …delta = delta - ((ULONG)(last_packet -> nx_packet_append_ptr - last_packet -> nx_packet_prepend_p… in _nx_ipv6_packet_receive()
220 packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_append_ptr - delta; in _nx_ipv6_packet_receive()
Dnx_ipv6_packet_copy.c121 …if (bytes_to_copy > (UINT)(source_pkt -> nx_packet_append_ptr - source_pkt -> nx_packet_prepend_pt… in _nx_ipv6_packet_copy()
127 … bytes_to_copy = (UINT)(source_pkt -> nx_packet_append_ptr - source_pkt -> nx_packet_prepend_ptr); in _nx_ipv6_packet_copy()
133 … if (bytes_to_copy > (UINT)(dest_pkt -> nx_packet_data_end - dest_pkt -> nx_packet_append_ptr)) in _nx_ipv6_packet_copy()
139 … bytes_to_copy = (UINT)(dest_pkt -> nx_packet_data_end - dest_pkt -> nx_packet_append_ptr); in _nx_ipv6_packet_copy()
145 dest_ptr = (ULONG *)dest_pkt -> nx_packet_append_ptr; in _nx_ipv6_packet_copy()
146 dest_pkt -> nx_packet_append_ptr += bytes_to_copy; in _nx_ipv6_packet_copy()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_abnormal_packet_test.c351 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
384 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
417 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
451 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
480 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
510 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
545 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
580 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
609 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
638 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
[all …]
Dnetx_ip_branch_test.c603 my_packet[0] -> nx_packet_append_ptr = my_packet[0] -> nx_packet_prepend_ptr + 9; in thread_0_entry()
615 my_packet[0] -> nx_packet_append_ptr = my_packet[0] -> nx_packet_prepend_ptr + 30; in thread_0_entry()
622 my_packet[1] -> nx_packet_append_ptr = my_packet[1] -> nx_packet_prepend_ptr + 8; in thread_0_entry()
633 … my_packet[0] -> nx_packet_append_ptr = my_packet[0] -> nx_packet_prepend_ptr + sizeof(pkt1) - 14; in thread_0_entry()
645 … my_packet[0] -> nx_packet_append_ptr = my_packet[0] -> nx_packet_prepend_ptr + sizeof(pkt2) - 14; in thread_0_entry()
658 … my_packet[0] -> nx_packet_append_ptr = my_packet[0] -> nx_packet_prepend_ptr + sizeof(pkt3) - 14; in thread_0_entry()
671 … my_packet[0] -> nx_packet_append_ptr = my_packet[0] -> nx_packet_prepend_ptr + sizeof(pkt4) - 14; in thread_0_entry()
787 my_packet[0] -> nx_packet_append_ptr = my_packet[0] -> nx_packet_prepend_ptr + 20; in thread_0_entry()
797 my_packet[0] -> nx_packet_append_ptr = my_packet[0] -> nx_packet_prepend_ptr + 600; in thread_0_entry()
818 my_packet[0] -> nx_packet_append_ptr = my_packet[0] -> nx_packet_prepend_ptr + 600; in thread_0_entry()
[all …]
Dnetx_icmpv6_na_tlla_changed_test.c216 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
232 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
253 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
274 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
298 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
314 …packet_ptr -> nx_packet_append_ptr = packet_ptr -> nx_packet_prepend_ptr + packet_ptr -> nx_packet… in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/websocket_test/
Dnetx_websocket_common_process.c30 while(((buffer_ptr + 1) < packet_ptr -> nx_packet_append_ptr) && in _server_connect_response_process()
42 while(((buffer_ptr + 1) < packet_ptr -> nx_packet_append_ptr) && in _server_connect_response_process()
54 while (((buffer_ptr + 1) < packet_ptr -> nx_packet_append_ptr) && (*buffer_ptr != 0)) in _server_connect_response_process()
86 while ((buffer_ptr < packet_ptr -> nx_packet_append_ptr) && (*buffer_ptr == ' ')) in _server_connect_response_process()
97 …while(((buffer_ptr + 1) < packet_ptr -> nx_packet_append_ptr) && (*buffer_ptr != '\r') && (*(buffe… in _server_connect_response_process()
/NetX-Duo-v6.2.1/addons/pop3/
Dnxd_pop3_client.c728 packet_ptr -> nx_packet_append_ptr += (sizeof(NX_POP3_COMMAND_STAT) - 1); in _nx_pop3_client_mail_items_get()
733 packet_ptr -> nx_packet_append_ptr += (sizeof(NX_POP3_COMMAND_TERMINATION) - 1); in _nx_pop3_client_mail_items_get()
1009 packet_ptr -> nx_packet_append_ptr += (sizeof(NX_POP3_COMMAND_LIST) - 1); in _nx_pop3_client_mail_item_size_get()
1014 packet_ptr -> nx_packet_append_ptr++; in _nx_pop3_client_mail_item_size_get()
1019 packet_ptr -> nx_packet_append_ptr += num_size; in _nx_pop3_client_mail_item_size_get()
1024 packet_ptr -> nx_packet_append_ptr += (sizeof(NX_POP3_COMMAND_TERMINATION) - 1); in _nx_pop3_client_mail_item_size_get()
1283 packet_ptr -> nx_packet_append_ptr += (sizeof(NX_POP3_COMMAND_RETR) - 1); in _nx_pop3_client_mail_item_get()
1288 packet_ptr -> nx_packet_append_ptr++; in _nx_pop3_client_mail_item_get()
1304 packet_ptr -> nx_packet_append_ptr += size; in _nx_pop3_client_mail_item_get()
1309 packet_ptr -> nx_packet_append_ptr += (sizeof(NX_POP3_COMMAND_TERMINATION) - 1); in _nx_pop3_client_mail_item_get()
[all …]
/NetX-Duo-v6.2.1/addons/http/
Dnxd_http_server.c295 …if (get_offset < (offset + (ULONG)(new_packet_ptr -> nx_packet_append_ptr - new_packet_ptr -> nx_p… in _nx_http_server_content_get()
306 …offset = offset + (ULONG)(new_packet_ptr -> nx_packet_append_ptr - new_packet_ptr -> nx_packet_pr… in _nx_http_server_content_get()
322 if (destination_size > (UINT) (new_packet_ptr -> nx_packet_append_ptr - (UCHAR *) buffer_ptr)) in _nx_http_server_content_get()
326 destination_size = (UINT) (new_packet_ptr -> nx_packet_append_ptr - (UCHAR *) buffer_ptr); in _nx_http_server_content_get()
734 …while (((buffer_ptr+17) < (CHAR *) packet_ptr -> nx_packet_append_ptr) && (*buffer_ptr != (CHAR) 0… in _nx_http_server_content_length_get()
766 …while ((buffer_ptr < (CHAR *) packet_ptr -> nx_packet_append_ptr) && (*buffer_ptr >= '0') && (*buf… in _nx_http_server_content_length_get()
1038 …if (get_offset < (offset + (ULONG)(new_packet_ptr -> nx_packet_append_ptr - new_packet_ptr -> nx_p… in _nx_http_server_content_get_extended()
1049 …offset = offset + (ULONG)(new_packet_ptr -> nx_packet_append_ptr - new_packet_ptr -> nx_packet_pr… in _nx_http_server_content_get_extended()
1065 if (destination_size > (UINT) (new_packet_ptr -> nx_packet_append_ptr - (UCHAR *) buffer_ptr)) in _nx_http_server_content_get_extended()
1069 destination_size = (UINT) (new_packet_ptr -> nx_packet_append_ptr - (UCHAR *) buffer_ptr); in _nx_http_server_content_get_extended()
[all …]
/NetX-Duo-v6.2.1/addons/web/
Dnx_web_http_server.c390 …while ((*packet_ptr) && (temp_offset > (ULONG)((*packet_ptr) -> nx_packet_append_ptr - (*packet_pt… in _nx_web_http_server_packet_content_find()
392 …temp_offset -= (ULONG)((*packet_ptr) -> nx_packet_append_ptr - (*packet_ptr) -> nx_packet_prepend_… in _nx_web_http_server_packet_content_find()
403 …if (temp_offset == (ULONG)((*packet_ptr) -> nx_packet_append_ptr - (*packet_ptr) -> nx_packet_prep… in _nx_web_http_server_packet_content_find()
422 …(ULONG)((*packet_ptr) -> nx_packet_append_ptr - (*packet_ptr) -> nx_packet_prepend_ptr) - temp_off… in _nx_web_http_server_packet_content_find()
427 … (*packet_ptr) -> nx_packet_append_ptr = (*packet_ptr) -> nx_packet_prepend_ptr + temp_offset; in _nx_web_http_server_packet_content_find()
937 …if (byte_offset < (offset + (ULONG)(new_packet_ptr -> nx_packet_append_ptr - new_packet_ptr -> nx_… in _nx_web_http_server_content_get_extended()
948 …offset = offset + (ULONG)(new_packet_ptr -> nx_packet_append_ptr - new_packet_ptr -> nx_packet_pr… in _nx_web_http_server_content_get_extended()
981 if (buffer_ptr == (CHAR *)new_packet_ptr -> nx_packet_append_ptr) in _nx_web_http_server_content_get_extended()
1117 …while (((buffer_ptr+17) < (CHAR *) packet_ptr -> nx_packet_append_ptr) && (*buffer_ptr != (CHAR) 0… in _nx_web_http_server_content_length_get()
1149 …while ((buffer_ptr < (CHAR *) packet_ptr -> nx_packet_append_ptr) && (*buffer_ptr >= '0') && (*buf… in _nx_web_http_server_content_length_get()
[all …]

12345678910>>...21