static int w_ds_next_domain(struct sip_msg *msg, char *part_param) { ds_partition_t *partition; GET_AND_CHECK_PARTITION(part_param, partition); return ds_next_dst(msg, 1, partition); }
static int w_ds_next_domain(struct sip_msg *msg, char *str1, char *str2) { return ds_next_dst(msg, 1/*set host port*/); }
static int w_ds_next_dst(struct sip_msg *msg, char *str1, char *str2) { return ds_next_dst(msg, 0/*set dst uri*/); }