Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dphp_dom.c161 dom_doc_propsptr doc_props; in dom_get_doc_props() local
164 return document->doc_props; in dom_get_doc_props()
172 doc_props->stricterror = 1; in dom_get_doc_props()
173 doc_props->recover = 0; in dom_get_doc_props()
176 document->doc_props = doc_props; in dom_get_doc_props()
178 return doc_props; in dom_get_doc_props()
209 dom_doc_propsptr doc_props; in dom_set_doc_classmap() local
230 dom_doc_propsptr doc_props; in dom_get_doc_classmap() local
234 if (doc_props->classmap) { in dom_get_doc_classmap()
249 dom_doc_propsptr doc_props; in dom_get_strict_error() local
[all …]
H A Ddocument.c1376 dom_doc_propsptr doc_props; in dom_document_parser() local
1394 recover = doc_props->recover; in dom_document_parser()
1397 efree(doc_props); in dom_document_parser()
1590 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1609 format = doc_props->formatoutput; in PHP_FUNCTION()
1637 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1649 format = doc_props->formatoutput; in PHP_FUNCTION()
2139 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
2159 format = doc_props->formatoutput; in PHP_FUNCTION()
2182 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/libxml/
H A Dphp_libxml.h69 libxml_doc_props *doc_props; member
H A Dlibxml.c1311 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()
1327 if (object->document->doc_props != NULL) { in php_libxml_decrement_doc_ref()
1328 if (object->document->doc_props->classmap) { in php_libxml_decrement_doc_ref()
1329 zend_hash_destroy(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()
1330 FREE_HASHTABLE(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()
1332 efree(object->document->doc_props); in php_libxml_decrement_doc_ref()

Completed in 20 milliseconds