Home
last modified time | relevance | path

Searched refs:pc_location (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libpool/common/
H A Dpool_impl.h233 const char *pc_location; /* Location */ member
H A Dpool_xml.c1662 if (pool_conf_export(dyn, conf->pc_location, in pool_xml_connection_alloc()
2027 prov->pxc_file = fopen(conf->pc_location, "r+F"); in pool_xml_open_file()
2029 prov->pxc_file = fopen(conf->pc_location, "rF"); in pool_xml_open_file()
2051 if (stat(conf->pc_location, &s) == -1) { in pool_xml_open_file()
2702 chars, res, conf->pc_location)) == NULL) { in pool_xml_parse_document()
H A Dpool.c1415 return (conf->pc_location); in pool_conf_location()
1432 free((void *)conf->pc_location); in pool_conf_close()
1433 conf->pc_location = NULL; in pool_conf_close()
1520 if ((conf->pc_location = strdup(location)) == NULL) { in pool_conf_open()