SOLV_ERROR_EOF
data.error = pool_error(pool, SOLV_ERROR_EOF, "buffer overrun");
data.error = pool_error(pool, SOLV_ERROR_EOF, "unexpected EOF");
data->error = pool_error(data->repo->pool, SOLV_ERROR_EOF, "unexpected EOF");
data.error = pool_error(pool, SOLV_ERROR_EOF, "unexpected EOF, depth = %d", keydepth);
data.error = pool_error(pool, SOLV_ERROR_EOF, "buffer overrun");
if (data.error == SOLV_ERROR_EOF)
data->error = pool_error(data->repo->pool, SOLV_ERROR_EOF, "unexpected EOF");
return pool_error(pool, SOLV_ERROR_EOF, "read error while reading strings");
return pool_error(pool, SOLV_ERROR_EOF, "read error while reading strings");
data->error = pool_error(data->repo->pool, SOLV_ERROR_EOF, "unexpected EOF");
data->error = pool_error(data->repo->pool, SOLV_ERROR_EOF, "unexpected EOF");
data.error = pool_error(pool, SOLV_ERROR_EOF, "unexpected EOF");
return SOLV_ERROR_EOF;
return SOLV_ERROR_EOF;