Searched refs:sr_dst_max_branches (Results 1 – 9 of 9) sorted by relevance
83 if(sr_dst_max_branches<=0 || sr_dst_max_branches>=MAX_BRANCHES_LIMIT) { in init_dst_set()85 sr_dst_max_branches); in init_dst_set()89 branches = (branch_t*)pkg_malloc((sr_dst_max_branches-1)*sizeof(branch_t)); in init_dst_set()94 memset(branches, 0, (sr_dst_max_branches-1)*sizeof(branch_t)); in init_dst_set()417 if (unlikely(nr_branches == sr_dst_max_branches - 1)) { in append_branch()
51 extern unsigned int sr_dst_max_branches; /* max number of branches per transaction */
1721 | MAX_BRANCHES_PARAM EQUAL NUMBER { sr_dst_max_branches = $3; }
306 for(i = 0; i < sr_dst_max_branches; i++) { in init_branches()332 + (sr_dst_max_branches * sizeof(struct ua_client)); in build_cell()
720 if (branch==sr_dst_max_branches) { in add_blind_uac()781 if (branch==sr_dst_max_branches) { in add_uac()861 if (branch==sr_dst_max_branches) { in add_uac_from_buf()1029 if (t->nr_of_outgoings >= sr_dst_max_branches){ in add_uac_dns_fallback()
429 if((r_buf->branch < sr_dst_max_branches) in final_response_handler()
725 if (sr_dst_max_branches+1>31) { in mod_init()727 sr_dst_max_branches ); in mod_init()
903 || branch_id>=sr_dst_max_branches in t_reply_matching()
408 unsigned int sr_dst_max_branches = MAX_BRANCHES_DEFAULT; variable