Searched refs:temp_string (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.2.1/addons/web/ |
D | nx_web_http_server.c | 3682 CHAR temp_string[30]; in _nx_web_http_server_get_process() local 3844 …e_get(packet_ptr, (UCHAR *)"if-modified-since", 17, (UCHAR *)temp_string, sizeof(temp_string)) == … in _nx_web_http_server_get_process() 3859 if(memcmp(temp_string, date_string, temp + 1) == 0) in _nx_web_http_server_get_process() 4025 …ptr -> nx_web_http_server_request_resource, resource_length, temp_string, sizeof(temp_string), &fi… in _nx_web_http_server_get_process() 4028 temp_string[temp] = 0; in _nx_web_http_server_get_process() 4032 … sizeof(NX_WEB_HTTP_STATUS_OK) - 1, length, temp_string, in _nx_web_http_server_get_process() 8609 CHAR temp_string[30]; in _nx_web_http_server_generate_response_header() local 8697 temp = _nx_utility_uint_to_string(content_length, 10, temp_string, sizeof(temp_string)); in _nx_web_http_server_generate_response_header() 8702 status += nx_packet_data_append(packet_ptr, temp_string, temp, in _nx_web_http_server_generate_response_header() 8737 temp = _nx_web_http_server_date_to_string(&date, temp_string); in _nx_web_http_server_generate_response_header() [all …]
|
D | nx_web_http_client.c | 2493 CHAR temp_string[10]; in _nx_web_http_client_request_chunked_set() local 2505 temp_string[j] = temp_string[j - 1]; in _nx_web_http_client_request_chunked_set() 2510 temp_string[0] = (CHAR)((temp_size & 0x0F) + '0'); in _nx_web_http_client_request_chunked_set() 2514 temp_string[0] = (CHAR)((temp_size & 0x0F) - 10 + 'a'); in _nx_web_http_client_request_chunked_set() 2522 temp_string[i++] = '0'; in _nx_web_http_client_request_chunked_set() 2526 …status = nx_packet_data_append(packet_ptr, temp_string, i, client_ptr -> nx_web_http_client_packet… in _nx_web_http_client_request_chunked_set()
|
/NetX-Duo-v6.2.1/addons/http/ |
D | nxd_http_server.c | 3475 CHAR temp_string[30]; in _nx_http_server_get_process() local 3626 …e_get(packet_ptr, (UCHAR *)"if-modified-since", 17, (UCHAR *)temp_string, sizeof(temp_string)) == … in _nx_http_server_get_process() 3641 if(memcmp(temp_string, date_string, temp + 1) == 0) in _nx_http_server_get_process() 3738 … server_ptr -> nx_http_server_request_resource, resource_length, temp_string, sizeof(temp_string)); in _nx_http_server_get_process() 3739 temp_string[temp] = 0; in _nx_http_server_get_process() 3742 …_packet_ptr, NX_HTTP_STATUS_OK, sizeof(NX_HTTP_STATUS_OK) - 1, length, temp_string, temp, NX_NULL,… in _nx_http_server_get_process() 8067 CHAR temp_string[30]; in _nx_http_server_generate_response_header() local 8141 temp = _nx_utility_uint_to_string(content_length, 10, temp_string, sizeof(temp_string)); in _nx_http_server_generate_response_header() 8146 status += nx_packet_data_append(packet_ptr, temp_string, temp, in _nx_http_server_generate_response_header() 8177 temp = _nx_http_server_date_to_string(&date, temp_string); in _nx_http_server_generate_response_header() [all …]
|
/NetX-Duo-v6.2.1/addons/snmp/ |
D | nxd_snmp.c | 6835 UCHAR temp_string[NX_SNMP_DIGEST_SIZE]; in _nxd_snmp_agent_trapv3_send() local 7266 temp_string[i] = 0; in _nxd_snmp_agent_trapv3_send() 7275 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string, NX_SNMP_DIGEST_SIZE, trap_… in _nxd_snmp_agent_trapv3_send() 7286 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string,0, trap_packet_ptr -> nx_pa… in _nxd_snmp_agent_trapv3_send() 7320 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string, 8, trap_packet_ptr -> nx_p… in _nxd_snmp_agent_trapv3_send() 7331 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string,0, trap_packet_ptr -> nx_pa… in _nxd_snmp_agent_trapv3_send() 8646 UCHAR temp_string[NX_SNMP_DIGEST_SIZE]; in _nxd_snmp_agent_trapv3_oid_send() local 9043 temp_string[i] = 0; in _nxd_snmp_agent_trapv3_oid_send() 9052 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string, NX_SNMP_DIGEST_SIZE, trap_… in _nxd_snmp_agent_trapv3_oid_send() 9063 …trap_length = _nx_snmp_utility_octet_set(trap_buffer_ptr, temp_string,0, trap_packet_ptr -> nx_pa… in _nxd_snmp_agent_trapv3_oid_send() [all …]
|