Searched refs:destination_object_name (Results 1 – 2 of 2) sorted by relevance
677 UINT nx_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name);793 UINT _nx_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name);794 UINT _nxe_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name);
10424 UINT _nxe_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name) in _nxe_snmp_object_copy() argument10431 if ((source_object_name == NX_NULL) || (destination_object_name == NX_NULL)) in _nxe_snmp_object_copy()10435 status = _nx_snmp_object_copy(source_object_name, destination_object_name); in _nxe_snmp_object_copy()10486 UINT _nx_snmp_object_copy(UCHAR *source_object_name, UCHAR *destination_object_name) in _nx_snmp_object_copy() argument10503 destination_object_name[i] = source_object_name[i]; in _nx_snmp_object_copy()10510 destination_object_name[i] = NX_NULL; in _nx_snmp_object_copy()