Home
last modified time | relevance | path

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

/PHP-5.3/ext/dom/
H A Dphp_dom.c155 dom_doc_propsptr doc_props; in dom_get_doc_props() local
158 return document->doc_props; in dom_get_doc_props()
166 doc_props->stricterror = 1; in dom_get_doc_props()
167 doc_props->recover = 0; in dom_get_doc_props()
170 document->doc_props = doc_props; in dom_get_doc_props()
172 return doc_props; in dom_get_doc_props()
203 dom_doc_propsptr doc_props; in dom_set_doc_classmap() local
225 dom_doc_propsptr doc_props; in dom_get_doc_classmap() local
230 if (doc_props->classmap) { in dom_get_doc_classmap()
244 dom_doc_propsptr doc_props; in dom_get_strict_error() local
[all …]
H A Ddocument.c1549 dom_doc_propsptr doc_props; in dom_document_parser() local
1567 recover = doc_props->recover; in dom_document_parser()
1570 efree(doc_props); in dom_document_parser()
1749 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1767 format = doc_props->formatoutput; in PHP_FUNCTION()
1795 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1806 format = doc_props->formatoutput; in PHP_FUNCTION()
2253 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
2272 format = doc_props->formatoutput; in PHP_FUNCTION()
2294 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
[all …]
/PHP-5.3/ext/libxml/
H A Dphp_libxml.h63 libxml_doc_props *doc_props; member
H A Dlibxml.c979 object->document->doc_props = NULL; in php_libxml_increment_doc_ref()
995 if (object->document->doc_props != NULL) { in php_libxml_decrement_doc_ref()
996 if (object->document->doc_props->classmap) { in php_libxml_decrement_doc_ref()
997 zend_hash_destroy(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()
998 FREE_HASHTABLE(object->document->doc_props->classmap); in php_libxml_decrement_doc_ref()
1000 efree(object->document->doc_props); in php_libxml_decrement_doc_ref()

Completed in 18 milliseconds