Home
last modified time | relevance | path

Searched refs:add_atomset (Results 1 – 2 of 2) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Drdf_db.c701 add_atomset(atomset *as, atom_t atom) in add_atomset() function
2454 add_atomset(&subject_set, ID_ATOM(byp->subject_id)); in update_predicate_counts()
2455 add_atomset(&object_set, object_hash(byp)); /* NOTE: not exact! */ in update_predicate_counts()
3709 add_atomset(&hash_set, (atom_t)triple_hash_key(t, index)); in count_different()
3890 { add_atomset(&hash_set, (atom_t)triple_hash_key(t, byx)); in distinct_hash_values()
5861 add_atomset(&ctx->graph_table, ID_ATOM(t->graph_id)); in load_triple()
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Drdf_db.c698 add_atomset(atomset *as, atom_t atom) in add_atomset() function
1293 add_atomset(&subject_set, byp->subject); in update_predicate_counts()
1294 add_atomset(&object_set, object_hash(byp)); /* NOTE: not exact! */ in update_predicate_counts()