Searched refs:ptdoc (Results 1 – 1 of 1) sorted by relevance
201 PHPTidyDoc *ptdoc; member660 if (intern->ptdoc) { in tidy_object_free_storage()667 efree(intern->ptdoc); in tidy_object_free_storage()696 if (tidySetErrorBuffer(intern->ptdoc->doc, intern->ptdoc->errbuf) != 0) { in tidy_object_new()700 efree(intern->ptdoc); in tidy_object_new()799 if (obj->ptdoc) { in tidy_node_cast_handler()912 newobj->ptdoc = obj->ptdoc; in tidy_add_default_properties()1001 newobj->ptdoc = obj->ptdoc; in php_tidy_create_node()1246 if (obj->ptdoc->errbuf && obj->ptdoc->errbuf->bp) { in PHP_FUNCTION()1343 if (obj->ptdoc->initialized && tidyRunDiagnostics(obj->ptdoc->doc) >= 0) { in PHP_FUNCTION()[all …]
Completed in 39 milliseconds