Lines Matching refs:doc_prop

273 		dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document);  in dom_document_strict_error_checking_read()  local
274 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
285 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_strict_error_checking_write() local
286 doc_prop->stricterror = zend_is_true(newval); in dom_document_strict_error_checking_write()
300 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_format_output_read() local
301 ZVAL_BOOL(retval, doc_prop->formatoutput); in dom_document_format_output_read()
311 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_format_output_write() local
312 doc_prop->formatoutput = zend_is_true(newval); in dom_document_format_output_write()
325 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_validate_on_parse_read() local
326 ZVAL_BOOL(retval, doc_prop->validateonparse); in dom_document_validate_on_parse_read()
336 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_validate_on_parse_write() local
337 doc_prop->validateonparse = zend_is_true(newval); in dom_document_validate_on_parse_write()
350 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_resolve_externals_read() local
351 ZVAL_BOOL(retval, doc_prop->resolveexternals); in dom_document_resolve_externals_read()
361 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_resolve_externals_write() local
362 doc_prop->resolveexternals = zend_is_true(newval); in dom_document_resolve_externals_write()
375 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_preserve_whitespace_read() local
376 ZVAL_BOOL(retval, doc_prop->preservewhitespace); in dom_document_preserve_whitespace_read()
386 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_preserve_whitespace_write() local
387 doc_prop->preservewhitespace = zend_is_true(newval); in dom_document_preserve_whitespace_write()
400 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_recover_read() local
401 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read()
411 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_recover_write() local
412 doc_prop->recover = zend_is_true(newval); in dom_document_recover_write()
425 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_substitue_entities_read() local
426 ZVAL_BOOL(retval, doc_prop->substituteentities); in dom_document_substitue_entities_read()
436 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_substitue_entities_write() local
437 doc_prop->substituteentities = zend_is_true(newval); in dom_document_substitue_entities_write()
1293 dom_doc_propsptr doc_prop; in dom_parse_document() local
1331 doc_prop = NULL; in dom_parse_document()
1334 doc_prop = intern->document->doc_props; in dom_parse_document()
1345 intern->document->doc_props = doc_prop; in dom_parse_document()
1827 dom_doc_propsptr doc_prop; in dom_load_html() local
1890 doc_prop = NULL; in dom_load_html()
1893 doc_prop = intern->document->doc_props; in dom_load_html()
1904 intern->document->doc_props = doc_prop; in dom_load_html()