Home
last modified time | relevance | path

Searched refs:cvp (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/dom/
H A Ddocument.c1954 xmlValidCtxt *cvp; in PHP_FUNCTION() local
1962 cvp = xmlNewValidCtxt(); in PHP_FUNCTION()
1964 cvp->userData = NULL; in PHP_FUNCTION()
1965 cvp->error = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1966 cvp->warning = (xmlValidityErrorFunc) php_libxml_error_handler; in PHP_FUNCTION()
1968 if (xmlValidateDocument(cvp, docp)) { in PHP_FUNCTION()
1974 xmlFreeValidCtxt(cvp); in PHP_FUNCTION()

Completed in 14 milliseconds