Lines Matching refs:doc_props

1495 	dom_doc_propsptr doc_props;  in dom_document_parser()  local
1508 doc_props = dom_get_doc_props(document); in dom_document_parser()
1509 validate = doc_props->validateonparse; in dom_document_parser()
1510 resolve_externals = doc_props->resolveexternals; in dom_document_parser()
1511 keep_blanks = doc_props->preservewhitespace; in dom_document_parser()
1512 substitute_ent = doc_props->substituteentities; in dom_document_parser()
1513 recover = doc_props->recover; in dom_document_parser()
1516 efree(doc_props); in dom_document_parser()
1647 doc_prop = intern->document->doc_props; in dom_parse_document()
1648 intern->document->doc_props = NULL; in dom_parse_document()
1658 intern->document->doc_props = doc_prop; in dom_parse_document()
1699 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1716 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1717 format = doc_props->formatoutput; in PHP_FUNCTION()
1745 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1755 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1756 format = doc_props->formatoutput; in PHP_FUNCTION()
2178 doc_prop = intern->document->doc_props; in dom_load_html()
2179 intern->document->doc_props = NULL; in dom_load_html()
2189 intern->document->doc_props = doc_prop; in dom_load_html()
2228 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
2246 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2247 format = doc_props->formatoutput; in PHP_FUNCTION()
2269 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
2279 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2280 format = doc_props->formatoutput; in PHP_FUNCTION()