Searched refs:copy_source (Results 1 – 1 of 1) sorted by relevance
11648 CHAR *copy_source = (CHAR*)source_ptr; in _nx_snmp_object_id_get() local11655 copy_source = "0.0.0"; in _nx_snmp_object_id_get()11659 if (_nx_utility_string_length_check((CHAR *)copy_source, &length, NX_SNMP_MAX_OCTET_STRING)) in _nx_snmp_object_id_get()11667 …memcpy(&object_data -> nx_snmp_object_octet_string[0], copy_source, length); /* Use case of memcpy… in _nx_snmp_object_id_get()