Searched refs:doc_props (Results 1 – 4 of 4) sorted by relevance
156 dom_doc_propsptr doc_props; in dom_get_doc_props() local159 return document->doc_props; in dom_get_doc_props()167 doc_props->stricterror = 1; in dom_get_doc_props()168 doc_props->recover = 0; in dom_get_doc_props()171 document->doc_props = doc_props; in dom_get_doc_props()173 return doc_props; in dom_get_doc_props()204 dom_doc_propsptr doc_props; in dom_set_doc_classmap() local226 dom_doc_propsptr doc_props; in dom_get_doc_classmap() local231 if (doc_props->classmap) { in dom_get_doc_classmap()245 dom_doc_propsptr doc_props; in dom_get_strict_error() local[all …]
1495 dom_doc_propsptr doc_props; in dom_document_parser() local1513 recover = doc_props->recover; in dom_document_parser()1516 efree(doc_props); in dom_document_parser()1699 dom_doc_propsptr doc_props; in PHP_FUNCTION() local1717 format = doc_props->formatoutput; in PHP_FUNCTION()1745 dom_doc_propsptr doc_props; in PHP_FUNCTION() local1756 format = doc_props->formatoutput; in PHP_FUNCTION()2228 dom_doc_propsptr doc_props; in PHP_FUNCTION() local2247 format = doc_props->formatoutput; in PHP_FUNCTION()2269 dom_doc_propsptr doc_props; in PHP_FUNCTION() local[all …]
67 libxml_doc_props *doc_props; member
1251 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()1267 if (object->document->doc_props != NULL) { in php_libxml_decrement_doc_ref()1268 if (object->document->doc_props->classmap) { in php_libxml_decrement_doc_ref()1269 zend_hash_destroy(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()1270 FREE_HASHTABLE(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()1272 efree(object->document->doc_props); in php_libxml_decrement_doc_ref()
Completed in 28 milliseconds