Searched refs:dest_blob (Results 1 – 2 of 2) sorted by relevance
80 hb_blob_t *dest_blob = hb_blob_copy_writable_or_fail (src_blob); in subset_update_header() local83 if (unlikely (!dest_blob)) { in subset_update_header()88 H *table = (H *) hb_blob_get_data (dest_blob, &length); in subset_update_header()91 bool result = plan->add_table (H::tableTag, dest_blob); in subset_update_header()92 hb_blob_destroy (dest_blob); in subset_update_header()
206 hb_blob_t *dest_blob = _repack (tag, serializer); in _subset() local207 if (dest_blob) in _subset()211 HB_UNTAG (tag), dest_blob->length); in _subset()212 result = plan->add_table (tag, dest_blob); in _subset()213 hb_blob_destroy (dest_blob); in _subset()