Lines Matching defs:pxc
1146 pool_xml_connection_t *pxc = (pool_xml_connection_t *)conf->pc_prov;
1149 if (pxc->pxc_file != NULL) {
1151 if (fclose(pxc->pxc_file) != 0) {
1155 pxc->pxc_file = NULL;
1197 pool_xml_connection_t *pxc = (pool_xml_connection_t *)conf->pc_prov;
1207 if (xmlValidateDocument(cvp, pxc->pxc_doc) == 0) {
1900 pool_xml_elem_t *pxc;
1904 pxc = (pool_xml_elem_t *)pc;
1905 parent = pxc->pxe_node->parent;
1907 xmlUnlinkNode(pxc->pxe_node);
1908 if (xmlAddChild(pxp->pxe_node, pxc->pxe_node) == NULL) {
1910 (void) xmlAddChild(parent, pxc->pxe_node);
1924 pool_xml_elem_t *pxc = (pool_xml_elem_t *)pc;
1926 return ((pool_elem_t *)pxc->pxe_node->parent->_private);