Lines Matching defs:location
151 * Return the "static" location string for libpool.
160 * Return the "dynamic" location string for libpool.
1406 * Return the location of a configuration.
1487 pool_conf_open(pool_conf_t *conf, const char *location, int oflags)
1516 /* location is ignored when creating a temporary configuration */
1518 location = "";
1520 if ((conf->pc_location = strdup(location)) == NULL) {
1545 } else if (strcmp(location, pool_dynamic_location()) == 0) {
1618 * format (fmt) to the specified location.
1621 pool_conf_export(const pool_conf_t *conf, const char *location,
1628 return (conf->pc_prov->pc_export(conf, location, fmt));