Lines Matching refs:doc_props
1356 dom_doc_propsptr doc_props; in dom_document_parser() local
1369 doc_props = dom_get_doc_props(document); in dom_document_parser()
1370 validate = doc_props->validateonparse; in dom_document_parser()
1371 resolve_externals = doc_props->resolveexternals; in dom_document_parser()
1372 keep_blanks = doc_props->preservewhitespace; in dom_document_parser()
1373 substitute_ent = doc_props->substituteentities; in dom_document_parser()
1374 recover = doc_props->recover; in dom_document_parser()
1377 efree(doc_props); in dom_document_parser()
1517 doc_prop = intern->document->doc_props; in dom_parse_document()
1518 intern->document->doc_props = NULL; in dom_parse_document()
1528 intern->document->doc_props = doc_prop; in dom_parse_document()
1570 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1587 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1588 format = doc_props->formatoutput; in PHP_FUNCTION()
1616 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
1626 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1627 format = doc_props->formatoutput; in PHP_FUNCTION()
2065 doc_prop = intern->document->doc_props; in dom_load_html()
2066 intern->document->doc_props = NULL; in dom_load_html()
2076 intern->document->doc_props = doc_prop; in dom_load_html()
2116 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
2134 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2135 format = doc_props->formatoutput; in PHP_FUNCTION()
2157 dom_doc_propsptr doc_props; in PHP_FUNCTION() local
2167 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2168 format = doc_props->formatoutput; in PHP_FUNCTION()