Lines Matching defs:totlen
478 int mylen, totlen;
486 totlen = len + mylen;
489 if ((hashp->tmp_buf = calloc(1, (size_t)totlen)) == NULL)
510 if (!xbp || ((totlen =
519 return (totlen);
544 int mylen, totlen;
552 totlen = len + mylen;
556 if ((hashp->tmp_key = calloc(1, (size_t)totlen)) == NULL)
562 if (!xbp || ((totlen =
563 collect_key(hashp, xbp, totlen, val, set)) < 1))
571 return (totlen);