Searched defs:newStatus (Results 1 – 3 of 3) sorted by relevance
93 bool SetStatus(const CHANNEL_STATUS newStatus) { _status = newStatus; return true; } in SetStatus()
79 bool SetStatus(PORT_FORWARD_REQUEST_STATUS newStatus) { _status = newStatus; return true; } in SetStatus()
280 int *newStatus = malloc(dtls->n_disks * sizeof (int)); in get_drv_info() local