Lines Matching refs:pxc
1146 pool_xml_connection_t *pxc = (pool_xml_connection_t *)conf->pc_prov; in pool_xml_close() local
1149 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() local
1207 if (xmlValidateDocument(cvp, pxc->pxc_doc) == 0) { in pool_xml_validate()
1900 pool_xml_elem_t *pxc; in pool_xml_set_container() local
1904 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()
1908 if (xmlAddChild(pxp->pxe_node, pxc->pxe_node) == NULL) { in pool_xml_set_container()
1910 (void) xmlAddChild(parent, pxc->pxe_node); in pool_xml_set_container()
1924 pool_xml_elem_t *pxc = (pool_xml_elem_t *)pc; in pool_xml_get_container() local
1926 return ((pool_elem_t *)pxc->pxe_node->parent->_private); in pool_xml_get_container()