Searched refs:pxc_file (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml_impl.h152 * The pxc_file member is a FILE pointer to the data file used to
191 FILE *pxc_file; /* XML File */ member in struct:pool_xml_connection
H A Dpool_xml.c1149 if (pxc->pxc_file != NULL) {
1151 if (fclose(pxc->pxc_file) != 0) {
1155 pxc->pxc_file = NULL;
1241 if (fseek(prov->pxc_file, 0, SEEK_SET) != 0) {
1246 if (ftruncate(fileno(prov->pxc_file), 0) == -1) {
1254 if ((buf = xmlOutputBufferCreateFile(prov->pxc_file, NULL)) == NULL) {
1307 if (fseek(prov->pxc_file, 0, SEEK_SET) != 0) {
2010 * Always close the pxc_file in case there was a previously failed open
2012 if (prov->pxc_file != NULL) {
2013 (void) fclose(prov->pxc_file);
[all...]

Completed in 296 milliseconds