Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Ddocument.c1336 libxml_doc_props const* doc_props; in dom_document_parser() local
1338 doc_props = dom_get_doc_props_read_only(NULL); in dom_document_parser()
1344 validate = doc_props->validateonparse; in dom_document_parser()
1346 keep_blanks = doc_props->preservewhitespace; in dom_document_parser()
1464 doc_prop = intern->document->doc_props; in php_dom_finish_loading_document()
1465 intern->document->doc_props = NULL; in php_dom_finish_loading_document()
1475 intern->document->doc_props = doc_prop; in php_dom_finish_loading_document()
1563 format = doc_props->formatoutput; in PHP_METHOD()
1600 format = doc_props->formatoutput; in dom_document_save_xml()
2137 format = doc_props->formatoutput; in PHP_METHOD()
[all …]
H A Dphp_dom.c202 dom_doc_propsptr doc_props; in dom_get_doc_props() local
204 if (document && document->doc_props) { in dom_get_doc_props()
205 return document->doc_props; in dom_get_doc_props()
210 document->doc_props = doc_props; in dom_get_doc_props()
212 return doc_props; in dom_get_doc_props()
219 if (document && document->doc_props) { in dom_get_doc_props_read_only()
220 return document->doc_props; in dom_get_doc_props_read_only()
254 dom_doc_propsptr doc_props; in dom_set_doc_classmap() local
258 if (doc_props->classmap == NULL) { in dom_set_doc_classmap()
262 ALLOC_HASHTABLE(doc_props->classmap); in dom_set_doc_classmap()
[all …]
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLDocument_should_retain_properties_and_owner_01.phpt21 // Test if property is preserved (any random doc_props property will do)
H A DHTMLDocument_should_retain_properties_and_owner_02.phpt21 // Test if property is preserved (any random doc_props property will do)
/php-src/ext/libxml/
H A Dlibxml.c1343 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()
1359 if (document->doc_props != NULL) { in php_libxml_decrement_doc_ref_directly()
1360 if (document->doc_props->classmap) { in php_libxml_decrement_doc_ref_directly()
1361 zend_hash_destroy(document->doc_props->classmap); in php_libxml_decrement_doc_ref_directly()
1362 FREE_HASHTABLE(document->doc_props->classmap); in php_libxml_decrement_doc_ref_directly()
1364 efree(document->doc_props); in php_libxml_decrement_doc_ref_directly()
H A Dphp_libxml.h88 libxml_doc_props *doc_props; member

Completed in 37 milliseconds