Lines Matching defs:cvp
577 xmlValidCtxtPtr cvp;
590 if ((cvp = xmlNewValidCtxt()) == NULL)
592 cvp->error = zonecfg_error_func;
593 cvp->warning = zonecfg_error_func;
594 valid = xmlValidateDocument(cvp, handle->zone_dh_doc);
595 xmlFreeValidCtxt(cvp);
700 xmlValidCtxtPtr cvp;
707 if ((cvp = xmlNewValidCtxt()) == NULL)
709 cvp->error = zonecfg_error_func;
710 cvp->warning = zonecfg_error_func;
711 valid = xmlValidateDocument(cvp, rem_handle->zone_dh_doc);
712 xmlFreeValidCtxt(cvp);
735 if ((cvp = xmlNewValidCtxt()) == NULL)
737 cvp->error = zonecfg_error_func;
738 cvp->warning = zonecfg_error_func;
739 valid = xmlValidateDocument(cvp, local_handle->zone_dh_doc);
740 xmlFreeValidCtxt(cvp);
1197 xmlValidCtxt cvp = { NULL };
1211 cvp.error = zonecfg_error_func;
1212 cvp.warning = zonecfg_error_func;
1219 valid = xmlValidateDocument(&cvp, handle->zone_dh_doc);
1352 xmlValidCtxt cvp = { NULL };
1357 cvp.error = zonecfg_error_func;
1358 cvp.warning = zonecfg_error_func;
1365 valid = xmlValidateDocument(&cvp, handle->zone_dh_doc);
1380 xmlValidCtxt cvp = { NULL };
1409 cvp.error = zonecfg_error_func;
1410 cvp.warning = zonecfg_error_func;
1417 valid = xmlValidateDocument(&cvp, handle->zone_dh_doc);