Lines Matching refs:doc_props

1556 	dom_doc_propsptr doc_props;  in dom_document_parser()  local
1569 doc_props = dom_get_doc_props(document); in dom_document_parser()
1570 validate = doc_props->validateonparse; in dom_document_parser()
1571 resolve_externals = doc_props->resolveexternals; in dom_document_parser()
1572 keep_blanks = doc_props->preservewhitespace; in dom_document_parser()
1573 substitute_ent = doc_props->substituteentities; in dom_document_parser()
1574 recover = doc_props->recover; in dom_document_parser()
1577 efree(doc_props); in dom_document_parser()
1708 doc_prop = intern->document->doc_props; in dom_parse_document()
1709 intern->document->doc_props = NULL; in dom_parse_document()
1719 intern->document->doc_props = doc_prop; in dom_parse_document()
1760 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1777 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1778 format = doc_props->formatoutput; in PHP_FUNCTION()
1806 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1816 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1817 format = doc_props->formatoutput; in PHP_FUNCTION()
2239 doc_prop = intern->document->doc_props; in dom_load_html()
2240 intern->document->doc_props = NULL; in dom_load_html()
2250 intern->document->doc_props = doc_prop; in dom_load_html()
2289 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
2307 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2308 format = doc_props->formatoutput; in PHP_FUNCTION()
2330 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
2340 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2341 format = doc_props->formatoutput; in PHP_FUNCTION()