Searched refs:pxc (Results 1 – 1 of 1) sorted by relevance
1146 pool_xml_connection_t *pxc = (pool_xml_connection_t *)conf->pc_prov; in pool_xml_close() local1149 if (pxc->pxc_file != NULL) { in pool_xml_close()1151 if (fclose(pxc->pxc_file) != 0) { in pool_xml_close()1155 pxc->pxc_file = NULL; in pool_xml_close()1197 pool_xml_connection_t *pxc = (pool_xml_connection_t *)conf->pc_prov; in pool_xml_validate() local1207 if (xmlValidateDocument(cvp, pxc->pxc_doc) == 0) { in pool_xml_validate()1900 pool_xml_elem_t *pxc; in pool_xml_set_container() local1904 pxc = (pool_xml_elem_t *)pc; in pool_xml_set_container()1905 parent = pxc->pxe_node->parent; in pool_xml_set_container()1907 xmlUnlinkNode(pxc->pxe_node); in pool_xml_set_container()[all …]