pool_conf_location
return (PoolInternal.pool_conf_location(getConf()));
result = pool_conf_location((pool_conf_t *)(uintptr_t)jconf);
pool_dprintf("conf is %s\n", pool_conf_location(conf));
pool_dprintf("in conf %s\n", pool_conf_location(conf));
extern const char *pool_conf_location(const pool_conf_t *);
pool_conf_location(TO_CONF(TO_ELEM(tgt))),
pool_conf_location(TO_CONF(pe)));
if (strcmp(pool_conf_location(conf), pool_dynamic_location()) == 0)
if (pool_conf_location(conf) != NULL) {
if (unlink(pool_conf_location(conf)) != 0) {