Searched refs:repodata_schema2id (Results 1 – 3 of 3) sorted by relevance
/haiku/src/libs/libsolv/solv/ |
H A D | repodata.h | 159 Id repodata_schema2id(Repodata *data, Id *schema, int create);
|
H A D | repo_write.c | 697 …cbdata->subschemata[cbdata->nsubschemata++] = repodata_schema2id(cbdata->target, cbdata->schema, 1… in repo_write_collect_needed() 725 cbdata->subschemata[cbdata->nsubschemata++] = repodata_schema2id(cbdata->target, sp, 1); in repo_write_collect_needed() 1361 mainschema = repodata_schema2id(cbdata.target, cbdata.schema, 1); in repo_write_filtered() 1454 cbdata.solvschemata[n] = repodata_schema2id(cbdata.target, cbdata.schema, 1); in repo_write_filtered() 1478 mainschema = repodata_schema2id(cbdata.target, cbdata.schema, 1); in repo_write_filtered()
|
H A D | repodata.c | 178 repodata_schema2id(Repodata *data, Id *schema, int create) in repodata_schema2id() function 2911 schemaid = repodata_schema2id(data, schema, 1); in repodata_serialize_key() 2912 else if (schemaid != repodata_schema2id(data, schema, 0)) in repodata_serialize_key() 2950 schemaid = repodata_schema2id(data, schema, 1); in repodata_serialize_key() 3078 schemaid = repodata_schema2id(data, schema, 1); in repodata_internalize()
|