Searched refs:doc_props (Results 1 – 6 of 6) sorted by relevance
1357 libxml_doc_props const* doc_props; in dom_document_parser() local1359 doc_props = dom_get_doc_props_read_only(NULL); in dom_document_parser()1365 validate = doc_props->validateonparse; in dom_document_parser()1367 keep_blanks = doc_props->preservewhitespace; in dom_document_parser()1487 doc_prop = intern->document->doc_props; in php_dom_finish_loading_document()1488 intern->document->doc_props = NULL; in php_dom_finish_loading_document()1496 intern->document->doc_props = doc_prop; in php_dom_finish_loading_document()1584 bool format = doc_props->formatoutput; in PHP_METHOD()1619 bool format = doc_props->formatoutput; in dom_document_save_xml()2168 format = doc_props->formatoutput; in PHP_METHOD()[all …]
214 dom_doc_propsptr doc_props; in dom_get_doc_props() local216 if (document && document->doc_props) { in dom_get_doc_props()217 return document->doc_props; in dom_get_doc_props()222 document->doc_props = doc_props; in dom_get_doc_props()224 return doc_props; in dom_get_doc_props()231 if (document && document->doc_props) { in dom_get_doc_props_read_only()232 return document->doc_props; in dom_get_doc_props_read_only()267 dom_doc_propsptr doc_props; in dom_set_doc_classmap() local271 if (doc_props->classmap == NULL) { in dom_set_doc_classmap()275 ALLOC_HASHTABLE(doc_props->classmap); in dom_set_doc_classmap()[all …]
21 // Test if property is preserved (any random doc_props property will do)
1364 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()1385 if (document->doc_props != NULL) { in php_libxml_decrement_doc_ref_directly()1386 if (document->doc_props->classmap) { in php_libxml_decrement_doc_ref_directly()1387 zend_hash_destroy(document->doc_props->classmap); in php_libxml_decrement_doc_ref_directly()1388 FREE_HASHTABLE(document->doc_props->classmap); in php_libxml_decrement_doc_ref_directly()1390 efree(document->doc_props); in php_libxml_decrement_doc_ref_directly()
112 libxml_doc_props *doc_props; member
Completed in 78 milliseconds