Symbol: pool_error
src/libs/libsolv/solv/pool.h
239
extern int pool_error(Pool *pool, int ret, const char *format, ...) __attribute__((format(printf, 3, 4)));
src/libs/libsolv/solv/repo_solv.c
1018
data.error = pool_error(pool, SOLV_ERROR_EOF, "buffer overrun");
src/libs/libsolv/solv/repo_solv.c
1032
data.error = pool_error(pool, SOLV_ERROR_EOF, "unexpected EOF");
src/libs/libsolv/solv/repo_solv.c
110
data->error = pool_error(data->repo->pool, SOLV_ERROR_EOF, "unexpected EOF");
src/libs/libsolv/solv/repo_solv.c
1142
data.error = pool_error(pool, SOLV_ERROR_OVERFLOW, "idarray overflow");
src/libs/libsolv/solv/repo_solv.c
1173
data.error = pool_error(pool, SOLV_ERROR_OVERFLOW, "array stack overflow");
src/libs/libsolv/solv/repo_solv.c
118
data->error = pool_error(data->repo->pool, SOLV_ERROR_ID_RANGE, "read_id: id too large (%u/%u)", x, max);
src/libs/libsolv/solv/repo_solv.c
1193
data.error = pool_error(pool, SOLV_ERROR_CORRUPT, "inconsistent number of solvables: %d %d", nentries, numsolv);
src/libs/libsolv/solv/repo_solv.c
1198
data.error = pool_error(pool, SOLV_ERROR_CORRUPT, "more than one solvable block");
src/libs/libsolv/solv/repo_solv.c
1231
data.error = pool_error(pool, SOLV_ERROR_CORRUPT, "illegal fixarray");
src/libs/libsolv/solv/repo_solv.c
125
data->error = pool_error(data->repo->pool, SOLV_ERROR_CORRUPT, "read_id: id too long");
src/libs/libsolv/solv/repo_solv.c
1268
data.error = pool_error(pool, SOLV_ERROR_EOF, "unexpected EOF, depth = %d", keydepth);
src/libs/libsolv/solv/repo_solv.c
1272
data.error = pool_error(pool, SOLV_ERROR_EOF, "buffer overrun");
src/libs/libsolv/solv/repo_solv.c
1317
pool_error(pool, data.error, "repopagestore setup: unexpected EOF");
src/libs/libsolv/solv/repo_solv.c
1319
pool_error(pool, data.error, "repopagestore setup failed");
src/libs/libsolv/solv/repo_solv.c
143
data->error = pool_error(data->repo->pool, SOLV_ERROR_EOF, "unexpected EOF");
src/libs/libsolv/solv/repo_solv.c
154
data->error = pool_error(data->repo->pool, SOLV_ERROR_ID_RANGE, "read_idarray: id too large (%u/%u)", x, max);
src/libs/libsolv/solv/repo_solv.c
161
data->error = pool_error(data->repo->pool, SOLV_ERROR_OVERFLOW, "read_idarray: array overflow");
src/libs/libsolv/solv/repo_solv.c
171
data->error = pool_error(data->repo->pool, SOLV_ERROR_OVERFLOW, "read_idarray: array overflow");
src/libs/libsolv/solv/repo_solv.c
197
data->error = pool_error(data->repo->pool, SOLV_ERROR_ID_RANGE, "data_read_id_max: id too large (%u/%u)", x, max);
src/libs/libsolv/solv/repo_solv.c
222
data->error = pool_error(data->repo->pool, SOLV_ERROR_ID_RANGE, "data_read_idarray: id too large (%u/%u)", x, max);
src/libs/libsolv/solv/repo_solv.c
266
data->error = pool_error(data->repo->pool, SOLV_ERROR_ID_RANGE, "data_read_rel_idarray: id too large (%u/%u)", x, max);
src/libs/libsolv/solv/repo_solv.c
386
data->error = pool_error(data->repo->pool, SOLV_ERROR_ID_RANGE, "incore_map_idarray: id too large (%u/%u)", id, max);
src/libs/libsolv/solv/repo_solv.c
512
return pool_error(pool, SOLV_ERROR_NOT_SOLV, "not a SOLV file");
src/libs/libsolv/solv/repo_solv.c
519
return pool_error(pool, SOLV_ERROR_UNSUPPORTED, "unsupported SOLV version");
src/libs/libsolv/solv/repo_solv.c
531
return pool_error(pool, SOLV_ERROR_CORRUPT, "bad number of dirs");
src/libs/libsolv/solv/repo_solv.c
534
return pool_error(pool, SOLV_ERROR_CORRUPT, "relations are forbidden in a local pool");
src/libs/libsolv/solv/repo_solv.c
539
return pool_error(pool, SOLV_ERROR_CORRUPT, "sub-repository solvable number does not match main repository (%d - %d)", extendend - extendstart, numsolv);
src/libs/libsolv/solv/repo_solv.c
542
return pool_error(pool, SOLV_ERROR_CORRUPT, "main repository contains holes, cannot extend");
src/libs/libsolv/solv/repo_solv.c
597
return pool_error(pool, SOLV_ERROR_EOF, "read error while reading strings");
src/libs/libsolv/solv/repo_solv.c
613
return pool_error(pool, SOLV_ERROR_EOF, "read error while reading strings");
src/libs/libsolv/solv/repo_solv.c
624
return pool_error(pool, SOLV_ERROR_OVERFLOW, "overflow while expanding strings");
src/libs/libsolv/solv/repo_solv.c
63
data->error = pool_error(data->repo->pool, SOLV_ERROR_EOF, "unexpected EOF");
src/libs/libsolv/solv/repo_solv.c
637
return pool_error(pool, SOLV_ERROR_CORRUPT, "expanding strings size mismatch");
src/libs/libsolv/solv/repo_solv.c
654
return pool_error(pool, SOLV_ERROR_CORRUPT, "store strings don't start with an empty string");
src/libs/libsolv/solv/repo_solv.c
661
return pool_error(pool, SOLV_ERROR_OVERFLOW, "not enough strings");
src/libs/libsolv/solv/repo_solv.c
715
return pool_error(pool, SOLV_ERROR_OVERFLOW, "not enough strings %d %d", i, numid);
src/libs/libsolv/solv/repo_solv.c
86
data->error = pool_error(data->repo->pool, SOLV_ERROR_EOF, "unexpected EOF");
src/libs/libsolv/solv/repo_solv.c
892
data.error = pool_error(pool, SOLV_ERROR_UNSUPPORTED, "unsupported data type '%s'", pool_id2str(pool, type));
src/libs/libsolv/solv/repo_solv.c
903
data.error = pool_error(pool, SOLV_ERROR_UNSUPPORTED, "unsupported storage type %d", keys[i].storage);
src/libs/libsolv/solv/repo_solv.c
907
data.error = pool_error(pool, SOLV_ERROR_UNSUPPORTED, "main solvable data must use incore storage %d", keys[i].storage);
src/libs/libsolv/solv/repo_solv.c
912
data.error = pool_error(pool, SOLV_ERROR_UNSUPPORTED, "type REL_IDARRAY is only supported for STORAGE_SOLVABLE");
src/libs/libsolv/solv/repo_solv.c
915
data.error = pool_error(pool, SOLV_ERROR_UNSUPPORTED, "mapped ids are not supported for STORAGE_VERTICAL_OFFSET");
src/libs/libsolv/solv/repo_solv.c
984
data.error = pool_error(pool, SOLV_ERROR_EOF, "unexpected EOF");
src/libs/libsolv/solv/repo_write.c
150
data->error = pool_error(data->repo->pool, -1, "write error u32: %s", strerror(errno));
src/libs/libsolv/solv/repo_write.c
166
data->error = pool_error(data->repo->pool, -1, "write error u8: %s", strerror(errno));
src/libs/libsolv/solv/repo_write.c
181
data->error = pool_error(data->repo->pool, -1, "write error blob: %s", strerror(errno));
src/libs/libsolv/solv/repo_write.c
207
data->error = pool_error(data->repo->pool, -1, "write error id: %s", strerror(errno));
src/libs/libsolv/solv/repo_write.c
228
data->error = pool_error(data->repo->pool, -1, "write error str: %s", strerror(errno));
src/libs/libsolv/solv/repo_write.c
684
cbdata->target->error = pool_error(cbdata->repo->pool, -1, "nested fixarray structs not yet implemented");
src/libs/libsolv/solv/repo_write.c
888
cbdata->target->error = pool_error(cbdata->repo->pool, -1, "unknown type for %d: %d\n", key->name, key->type);