Searched refs:bigdata_buf (Results 1 – 3 of 3) sorted by relevance
337 val->data = (void *)hashp->bigdata_buf; in __big_return()430 if (hashp->bigdata_buf) in collect_data()431 free(hashp->bigdata_buf); in collect_data()433 hashp->bigdata_buf = (u_int8_t *)malloc(totlen); in collect_data()434 if (!hashp->bigdata_buf) in collect_data()436 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep), in collect_data()455 memcpy(hashp->bigdata_buf + totlen - BIGDATALEN(pagep), in collect_data()
93 u_int8_t *bigdata_buf; /* Temporary Buffer for BIG data */ member
488 if (hashp->bigdata_buf) in hdestroy()489 free(hashp->bigdata_buf); in hdestroy()