Searched refs:newdnamelen (Results 1 – 1 of 1) sorted by relevance
647 size_t newdnamelen; in strip_dname_origin() local650 newdnamelen = dnamelen - originlen; in strip_dname_origin()651 if(newdnamelen+1 > maxnewdnamelen) in strip_dname_origin()653 memmove(newdname, dname, newdnamelen); in strip_dname_origin()654 newdname[newdnamelen] = 0; in strip_dname_origin()655 return newdnamelen + 1; /* + 1 for root label */ in strip_dname_origin()