Home
last modified time | relevance | path

Searched refs:Repodata (Results 1 – 25 of 53) sorted by relevance

123

/dports/misc/libsolv/libsolv-0.7.19/src/
H A Drepodata.h142 } Repodata; typedef
152 void repodata_freedata(Repodata *data);
154 void repodata_free(Repodata *data);
157 void repodata_load(Repodata *data);
165 repodata_id2key(Repodata *data, Id keyid) in repodata_id2key()
254 void repodata_internalize(Repodata *data);
258 Id repodata_new_handle(Repodata *data);
307 Repodata *repodata_create_stubs(Repodata *data);
317 Id repodata_translate_id(Repodata *data, Repodata *fromdata, Id id, int create);
318 Id repodata_translate_dir_slow(Repodata *data, Repodata *fromdata, Id dir, int create, Id *cache);
[all …]
H A Drepodata.c65 repodata_freedata(Repodata *data) in repodata_freedata()
106 repodata_free(Repodata *data) in repodata_free()
530 repodata_load(Repodata *data) in repodata_load()
954 repodata_translate_id(Repodata *data, Repodata *fromdata, Id id, int create) in repodata_translate_id()
972 repodata_translate_dir_slow(Repodata *data, Repodata *fromdata, Id dir, int create, Id *cache) in repodata_translate_dir_slow()
3447 calculate_keylink(Repodata *data) in calculate_keylink()
3813 static Repodata *
3816 Repodata *data = *datap; in repodata_add_stub()
3829 Repodata *
3834 Repodata *sdata; in repodata_create_stubs()
[all …]
H A Drepo.c194 Repodata *data; in repo_free_solvable_block()
235 Repodata *data; in repo_add_solvable_block_before()
773 Repodata *data; in repo_search_md()
929 Repodata *
932 Repodata *data; in repo_lookup_repodata()
954 Repodata *
979 Repodata *
982 Repodata *data; in repo_lookup_filelist_repodata()
1323 Repodata *
1363 Repodata *
[all …]
H A Drepo.h50 Repodata *repodata; /* our stores for non-solvable related data */
169 Repodata *repo_add_repodata(Repo *repo, int flags);
170 Repodata *repo_id2repodata(Repo *repo, Id id);
171 Repodata *repo_last_repodata(Repo *repo);
173 …onst char *match, int flags, int (*callback)(void *cbdata, Solvable *s, Repodata *data, Repokey *k…
176 Repodata *repo_lookup_repodata(Repo *repo, Id entry, Id keyname);
177 Repodata *repo_lookup_repodata_opt(Repo *repo, Id entry, Id keyname);
178 Repodata *repo_lookup_filelist_repodata(Repo *repo, Id entry, Datamatcher *matcher);
H A Drepo_solv.c51 read_u32(Repodata *data) in read_u32()
77 read_u8(Repodata *data) in read_u8()
98 read_id(Repodata *data, Id max) in read_id()
290 incore_add_id(Repodata *data, Id sx) in incore_add_id()
317 incore_add_sizek(Repodata *data, unsigned int sx) in incore_add_sizek()
334 incore_add_ideof(Repodata *data, Id sx, int eof) in incore_add_ideof()
361 incore_add_blob(Repodata *data, unsigned char *buf, int len) in incore_add_blob()
398 incore_add_u32(Repodata *data, unsigned int x)
417 incore_add_u8(Repodata *data, unsigned int x)
483 Repodata *parent = 0; in repo_add_solv()
[all …]
H A Drepo_write.h53 extern int repodata_write(Repodata *data , FILE *fp);
59 extern int repodata_write_filtered(Repodata *data , FILE *fp, int (*keyfilter)(Repo *repo, Repokey …
H A Dfilelistfilter.c37 repodata_free_filelistfilter(Repodata *data) in repodata_free_filelistfilter()
49 repodata_set_filelistfilter(Repodata *data) in repodata_set_filelistfilter()
151 repodata_filelistfilter_matches(Repodata *data, const char *str) in repodata_filelistfilter_matches()
H A Drepo_write.c118 write_u32(Repodata *data, unsigned int x) in write_u32()
138 write_u8(Repodata *data, unsigned int x) in write_u8()
153 write_blob(Repodata *data, void *blob, int len) in write_blob()
168 write_id(Repodata *data, Id x) in write_id()
190 write_str(Repodata *data, const char *str) in write_str()
239 Repodata *target;
610 Repodata *target = cbdata->target; in collect_needed_solvable()
1011 Repodata *data, *last = 0; in create_keyskip()
1161 Repodata *data, *dirpooldata; in repowriter_write()
1163 Repodata target; in repowriter_write()
[all …]
H A Dfileprovides.c159 repodata_intersects_todo(Repodata *data, struct addfileprovides_cbdata *cbd) in repodata_intersects_todo()
177 static void repodata_addfileprovides_search(Repodata *data, struct addfileprovides_cbdata *cbd);
181 repodata_addfileprovides_search_limited(Repodata *data, struct addfileprovides_cbdata *cbd, int sta… in repodata_addfileprovides_search_limited()
201 repodata_addfileprovides_search(Repodata *data, struct addfileprovides_cbdata *cbd) in repodata_addfileprovides_search()
304 Repodata *data = repo->repodata + filteredid; in repo_addfileprovides_search_filtered()
416 Repodata *data; in repo_addfileprovides_search()
/dports/misc/libsolv/libsolv-0.7.19/ext/
H A Drepo_haiku.cpp114 static Id add_package_info_to_repo(Repo *repo, Repodata *repoData, in add_package_info_to_repo()
167 static void add_installed_packages(Repo *repo, Repodata *repoData, in add_installed_packages()
183 Repodata *repoData = repo_add_repodata(repo, flags); in repo_add_haiku_installed_packages()
211 Repodata *repoData = repo_add_repodata(repo, flags); in repo_add_haiku_packages()
229 Repodata *repoData = repo_add_repodata(repo, flags); in repo_add_haiku_package_info()
H A Drepo_conda.c24 Repodata *data;
107 swap_solvables(Pool *pool, Repodata *data, Id pa, Id pb) in swap_solvables()
143 Repodata *data = pd->data; in parse_package()
286 Repodata *data; in repo_add_conda()
H A Drepodata_diskusage.h8 extern void repodata_add_diskusage(Repodata *data, Id handle, Queue *q);
H A Drepo_appdata.c81 Repodata *data;
426 Repodata *data; in repo_add_appdata_fn()
468 search_uninternalized_filelist_cb(void *cbdata, Solvable *s, Repodata *data, Repokey *key, KeyValue… in search_uninternalized_filelist_cb()
498 Repodata *data = repo_id2repodata(repo, rdid); in search_uninternalized_filelist()
524 Repodata *data; in repo_add_appdata_dir()
H A Drepo_pubkey.c46 setutf8string(Repodata *repodata, Id handle, Id tag, const char *str) in setutf8string()
503 parsepubkey(Solvable *s, Repodata *data, unsigned char *p, int pl, int flags) in parsepubkey()
720 pubkey2solvable(Pool *pool, Id p, Repodata *data, char *pubkey, int flags) in pubkey2solvable()
763 Repodata *data; in repo_add_rpmdb_pubkeys()
848 Repodata *data; in repo_add_pubkey()
907 add_one_pubkey(Pool *pool, Repo *repo, Repodata *data, unsigned char *pbuf, int pbufl, int flags) in add_one_pubkey()
920 Repodata *data; in repo_add_keyring()
986 Repodata *data; in repo_add_keydir()
/dports/misc/libsolv/libsolv-0.7.19/examples/solv/
H A Drepoinfo.h51 extern void add_ext_keys(Repodata *data, Id handle, const char *ext);
52 extern int load_stub(Pool *pool, Repodata *data, void *dp);
H A Drepoinfo_type_mdk.c70 mdk_load_ext(Repo *repo, Repodata *data) in mdk_load_ext()
107 mdk_add_ext(Repo *repo, Repodata *data, const char *what, const char *ext, const char *filename, Id… in mdk_add_ext()
123 Repodata *data; in mdk_load()
H A Drepoinfo_type_rpmmd.c56 repomd_add_ext(Repo *repo, Repodata *data, const char *what, const char *ext) in repomd_add_ext()
76 repomd_load_ext(Repo *repo, Repodata *data) in repomd_load_ext()
128 Repodata *data; in repomd_load()
H A Dfileprovides.c17 Repodata *data; in rewrite_repos()
42 Repodata *edata = repo_id2repodata(repo, j); in rewrite_repos()
H A Drepoinfo_type_susetags.c54 susetags_add_ext(Repo *repo, Repodata *data) in susetags_add_ext()
90 susetags_load_ext(Repo *repo, Repodata *data) in susetags_load_ext()
143 Repodata *data; in susetags_load()
H A Drepoinfo_type_rpmmd.h1 extern int repomd_load_ext(Repo *repo, Repodata *data);
H A Drepoinfo_type_mdk.h2 extern int mdk_load_ext(Repo *repo, Repodata *data);
H A Drepoinfo_type_susetags.h1 extern int susetags_load_ext(Repo *repo, Repodata *data);
H A Drepoinfo_cache.h11 extern void writecachedrepo(struct repoinfo *cinfo, const char *repoext, Repodata *repodata);
/dports/misc/libsolv/libsolv-0.7.19/tools/
H A Ddumpsolv.c23 dump_attr(Repo *repo, Repodata *data, Repokey *key, KeyValue *kv) in dump_attr()
157 dump_attr_json(Repo *repo, Repodata *data, Repokey *key, KeyValue *kv, struct cbdata *cbdata) in dump_attr_json()
287 dump_repodata_cb(void *vcbdata, Solvable *s, Repodata *data, Repokey *key, KeyValue *kv) in dump_repodata_cb()
301 Repodata *data; in dump_repodata()
325 Repodata *data; in dump_repodata_json()
357 loadcallback(Pool *pool, Repodata *data, void *vdata) in loadcallback()
/dports/misc/librepo/librepo-1.14.2/
H A Dlibrepo.spec16 Summary: Repodata downloading library
43 Summary: Repodata downloading library

123