stringpool_id2str
compstr = stringpool_id2str(&data->spool, comp);
id = pool_str2id(pool, stringpool_id2str(spool, id), 1);
type = pool_str2id(pool, stringpool_id2str(spool, type), 1);
const char *str = stringpool_id2str(ss, id);
comps = stringpool_id2str(data->localpool ? &data->spool : &pool->ss, comp);
comps = stringpool_id2str(data->localpool ? &data->spool : &pool->ss, comp);
return stringpool_id2str(&data->spool, id);
return pool_str2id(data->repo->pool, stringpool_id2str(&data->spool, id), create);
kv->str = stringpool_id2str(&data->spool, kv->id);