Searched refs:data_read_ideof (Results 1 – 3 of 3) sorted by relevance
/haiku/src/libs/libsolv/solv/ |
H A D | repopack.h | 108 data_read_ideof(unsigned char *dp, Id *idp, int *eof) in data_read_ideof() function 183 return data_read_ideof(dp, &kv->id, &kv->eof); in data_fetch() 185 dp = data_read_ideof(dp, &kv->id, &kv->eof); in data_fetch() 192 return data_read_ideof(dp, (Id *)&kv->num2, &kv->eof); in data_fetch() 313 dp = data_read_ideof(dp, &id, &eof); in data_skip_verify() 332 dp = data_read_ideof(dp, &id, &eof); in data_skip_verify()
|
H A D | repo_solv.c | 383 dp = data_read_ideof(dp, &id, &eof); in incore_map_idarray()
|
H A D | repodata.c | 760 dp = data_read_ideof(dp, &id, &eof); in repodata_lookup_idarray()
|