Searched refs:source_table (Results 1 – 4 of 4) sorted by relevance
224 hb_blob_t *source_table = hb_face_reference_table (plan->source, tag); in _subset_table()225 if (likely (source_table)) in _subset_table()226 result = plan->add_table (tag, source_table); in _subset_table()229 hb_blob_destroy (source_table); in _subset_table()
288 hb_blob_t *source_table = hb_face_reference_table (plan->source, tag); in _subset_table()289 bool result = plan->add_table (tag, source_table); in _subset_table()290 hb_blob_destroy (source_table); in _subset_table()
272 hb_blob_t *source_table = hb_face_reference_table (plan->source, tag); in _passthrough() local273 bool result = plan->add_table (tag, source_table); in _passthrough()274 hb_blob_destroy (source_table); in _passthrough()
622 GHashTable *source_table = NULL; in end_element() local632 source_table = info->summaries; in end_element()634 source_table = info->descriptions; in end_element()636 if (source_table && schema_id && key_name) in end_element()641 schema_table = g_hash_table_lookup (source_table, schema_id); in end_element()646 g_hash_table_insert (source_table, g_strdup (schema_id), schema_table); in end_element()