Lines Matching refs:doc_props

1549 	dom_doc_propsptr doc_props;  in dom_document_parser()  local
1562 doc_props = dom_get_doc_props(document); in dom_document_parser()
1563 validate = doc_props->validateonparse; in dom_document_parser()
1564 resolve_externals = doc_props->resolveexternals; in dom_document_parser()
1565 keep_blanks = doc_props->preservewhitespace; in dom_document_parser()
1566 substitute_ent = doc_props->substituteentities; in dom_document_parser()
1567 recover = doc_props->recover; in dom_document_parser()
1570 efree(doc_props); in dom_document_parser()
1697 doc_prop = intern->document->doc_props; in dom_parse_document()
1698 intern->document->doc_props = NULL; in dom_parse_document()
1708 intern->document->doc_props = doc_prop; in dom_parse_document()
1749 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1766 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1767 format = doc_props->formatoutput; in PHP_FUNCTION()
1795 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1805 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1806 format = doc_props->formatoutput; in PHP_FUNCTION()
2203 doc_prop = intern->document->doc_props; in dom_load_html()
2204 intern->document->doc_props = NULL; in dom_load_html()
2214 intern->document->doc_props = doc_prop; in dom_load_html()
2253 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
2271 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2272 format = doc_props->formatoutput; in PHP_FUNCTION()
2294 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
2304 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2305 format = doc_props->formatoutput; in PHP_FUNCTION()