Searched refs:newdnamelen (Results 1 – 1 of 1) sorted by relevance
582 size_t newdnamelen; in strip_dname_origin() local585 newdnamelen = dnamelen - originlen; in strip_dname_origin()586 if(newdnamelen+1 > maxnewdnamelen) in strip_dname_origin()588 memmove(newdname, dname, newdnamelen); in strip_dname_origin()589 newdname[newdnamelen] = 0; in strip_dname_origin()590 return newdnamelen + 1; /* + 1 for root label */ in strip_dname_origin()