Searched refs:bigdata_buf (Results 1 – 3 of 3) sorted by relevance
347 val->data = (void *)hashp->bigdata_buf;447 if (hashp->bigdata_buf)448 free(hashp->bigdata_buf);450 hashp->bigdata_buf = (u_int8_t *)malloc(totlen);451 if (!hashp->bigdata_buf)453 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep),472 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep),
105 u_int8_t *bigdata_buf; /* Temporary Buffer for BIG data */ member
532 if (hashp->bigdata_buf)533 free(hashp->bigdata_buf);