Lines Matching refs:doc_prop

279 		dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document);  in dom_document_strict_error_checking_read()  local
280 ZVAL_BOOL(retval, doc_prop->stricterror); in dom_document_strict_error_checking_read()
291 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_strict_error_checking_write() local
292 doc_prop->stricterror = zend_is_true(newval); in dom_document_strict_error_checking_write()
306 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_format_output_read() local
307 ZVAL_BOOL(retval, doc_prop->formatoutput); in dom_document_format_output_read()
317 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_format_output_write() local
318 doc_prop->formatoutput = zend_is_true(newval); in dom_document_format_output_write()
331 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_validate_on_parse_read() local
332 ZVAL_BOOL(retval, doc_prop->validateonparse); in dom_document_validate_on_parse_read()
342 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_validate_on_parse_write() local
343 doc_prop->validateonparse = zend_is_true(newval); in dom_document_validate_on_parse_write()
356 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_resolve_externals_read() local
357 ZVAL_BOOL(retval, doc_prop->resolveexternals); in dom_document_resolve_externals_read()
367 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_resolve_externals_write() local
368 doc_prop->resolveexternals = zend_is_true(newval); in dom_document_resolve_externals_write()
381 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_preserve_whitespace_read() local
382 ZVAL_BOOL(retval, doc_prop->preservewhitespace); in dom_document_preserve_whitespace_read()
392 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_preserve_whitespace_write() local
393 doc_prop->preservewhitespace = zend_is_true(newval); in dom_document_preserve_whitespace_write()
406 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_recover_read() local
407 ZVAL_BOOL(retval, doc_prop->recover); in dom_document_recover_read()
417 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_recover_write() local
418 doc_prop->recover = zend_is_true(newval); in dom_document_recover_write()
431 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_substitue_entities_read() local
432 ZVAL_BOOL(retval, doc_prop->substituteentities); in dom_document_substitue_entities_read()
442 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_substitue_entities_write() local
443 doc_prop->substituteentities = zend_is_true(newval); in dom_document_substitue_entities_write()
1327 dom_doc_propsptr doc_prop; in dom_parse_document() local
1365 doc_prop = NULL; in dom_parse_document()
1368 doc_prop = intern->document->doc_props; in dom_parse_document()
1379 intern->document->doc_props = doc_prop; in dom_parse_document()
1861 dom_doc_propsptr doc_prop; in dom_load_html() local
1924 doc_prop = NULL; in dom_load_html()
1927 doc_prop = intern->document->doc_props; in dom_load_html()
1938 intern->document->doc_props = doc_prop; in dom_load_html()