Lines Matching refs:doc_prop

456 		dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document);  in dom_document_strict_error_checking_read()  local
457 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
468 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_strict_error_checking_write() local
469 doc_prop->stricterror = zend_is_true(newval); in dom_document_strict_error_checking_write()
483 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_format_output_read() local
484 ZVAL_BOOL(retval, doc_prop->formatoutput); in dom_document_format_output_read()
494 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_format_output_write() local
495 doc_prop->formatoutput = zend_is_true(newval); in dom_document_format_output_write()
508 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_validate_on_parse_read() local
509 ZVAL_BOOL(retval, doc_prop->validateonparse); in dom_document_validate_on_parse_read()
519 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_validate_on_parse_write() local
520 doc_prop->validateonparse = zend_is_true(newval); in dom_document_validate_on_parse_write()
533 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_resolve_externals_read() local
534 ZVAL_BOOL(retval, doc_prop->resolveexternals); in dom_document_resolve_externals_read()
544 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_resolve_externals_write() local
545 doc_prop->resolveexternals = zend_is_true(newval); in dom_document_resolve_externals_write()
558 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_preserve_whitespace_read() local
559 ZVAL_BOOL(retval, doc_prop->preservewhitespace); in dom_document_preserve_whitespace_read()
569 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_preserve_whitespace_write() local
570 doc_prop->preservewhitespace = zend_is_true(newval); in dom_document_preserve_whitespace_write()
583 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_recover_read() local
584 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read()
594 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_recover_write() local
595 doc_prop->recover = zend_is_true(newval); in dom_document_recover_write()
608 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_substitue_entities_read() local
609 ZVAL_BOOL(retval, doc_prop->substituteentities); in dom_document_substitue_entities_read()
619 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_substitue_entities_write() local
620 doc_prop->substituteentities = zend_is_true(newval); in dom_document_substitue_entities_write()
1474 dom_doc_propsptr doc_prop; in dom_parse_document() local
1512 doc_prop = NULL; in dom_parse_document()
1515 doc_prop = intern->document->doc_props; in dom_parse_document()
1526 intern->document->doc_props = doc_prop; in dom_parse_document()
1997 dom_doc_propsptr doc_prop; in dom_load_html() local
2059 doc_prop = NULL; in dom_load_html()
2062 doc_prop = intern->document->doc_props; in dom_load_html()
2073 intern->document->doc_props = doc_prop; in dom_load_html()