Searched refs:doc_props (Results 1 – 4 of 4) sorted by relevance
163 dom_doc_propsptr doc_props; in dom_get_doc_props() local166 return document->doc_props; in dom_get_doc_props()174 doc_props->stricterror = 1; in dom_get_doc_props()175 doc_props->recover = 0; in dom_get_doc_props()178 document->doc_props = doc_props; in dom_get_doc_props()180 return doc_props; in dom_get_doc_props()211 dom_doc_propsptr doc_props; in dom_set_doc_classmap() local233 dom_doc_propsptr doc_props; in dom_get_doc_classmap() local237 if (doc_props->classmap) { in dom_get_doc_classmap()252 dom_doc_propsptr doc_props; in dom_get_strict_error() local[all …]
1356 dom_doc_propsptr doc_props; in dom_document_parser() local1374 recover = doc_props->recover; in dom_document_parser()1377 efree(doc_props); in dom_document_parser()1570 dom_doc_propsptr doc_props; in PHP_FUNCTION() local1588 format = doc_props->formatoutput; in PHP_FUNCTION()1616 dom_doc_propsptr doc_props; in PHP_FUNCTION() local1627 format = doc_props->formatoutput; in PHP_FUNCTION()2116 dom_doc_propsptr doc_props; in PHP_FUNCTION() local2135 format = doc_props->formatoutput; in PHP_FUNCTION()2157 dom_doc_propsptr doc_props; in PHP_FUNCTION() local[all …]
71 libxml_doc_props *doc_props; member
1256 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()1272 if (object->document->doc_props != NULL) { in php_libxml_decrement_doc_ref()1273 if (object->document->doc_props->classmap) { in php_libxml_decrement_doc_ref()1274 zend_hash_destroy(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()1275 FREE_HASHTABLE(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()1277 efree(object->document->doc_props); in php_libxml_decrement_doc_ref()
Completed in 27 milliseconds