Searched refs:totlen (Results 1 – 1 of 1) sorted by relevance
455 size_t mylen, totlen; in collect_data() local463 totlen = len + mylen; in collect_data()466 if ((hashp->tmp_buf = (char *)malloc(totlen)) == NULL) in collect_data()488 totlen = collect_data(hashp, xbp, len + mylen, set); in collect_data()489 if (totlen < 1 || totlen == (size_t) -1) in collect_data()497 return (totlen); in collect_data()530 size_t mylen, totlen; in collect_key() local538 totlen = len + mylen; in collect_key()542 if ((hashp->tmp_key = (char *)malloc(totlen)) == NULL) in collect_key()548 if (!xbp || ((totlen = in collect_key()[all …]