Searched refs:pxc (Results 1 – 1 of 1) sorted by relevance
1138 pool_xml_connection_t *pxc = (pool_xml_connection_t *)conf->pc_prov; in pool_xml_close() local1141 if (pxc->pxc_file != NULL) { in pool_xml_close()1143 if (fclose(pxc->pxc_file) != 0) { in pool_xml_close()1147 pxc->pxc_file = NULL; in pool_xml_close()1189 pool_xml_connection_t *pxc = (pool_xml_connection_t *)conf->pc_prov; in pool_xml_validate() local1199 if (xmlValidateDocument(cvp, pxc->pxc_doc) == 0) { in pool_xml_validate()1892 pool_xml_elem_t *pxc; in pool_xml_set_container() local1896 pxc = (pool_xml_elem_t *)pc; in pool_xml_set_container()1897 parent = pxc->pxe_node->parent; in pool_xml_set_container()1899 xmlUnlinkNode(pxc->pxe_node); in pool_xml_set_container()[all …]