Home
last modified time | relevance | path

Searched refs:dom_get_doc_props_read_only (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/dom/
H A Ddocument.c227 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_strict_error_checking_read()
249 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_format_output_read()
270 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_validate_on_parse_read()
291 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_resolve_externals_read()
312 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_preserve_whitespace_read()
333 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_recover_read()
354 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_substitute_entities_read()
1359 doc_props = dom_get_doc_props_read_only(NULL); in dom_document_parser()
1363 doc_props = dom_get_doc_props_read_only(document); in dom_document_parser()
1583 libxml_doc_props const* doc_props = dom_get_doc_props_read_only(intern->document); in PHP_METHOD()
[all …]
H A Dphp_dom.h131 libxml_doc_props const* dom_get_doc_props_read_only(const php_libxml_ref_obj *document);
H A Dphp_dom.c229 libxml_doc_props const* dom_get_doc_props_read_only(const php_libxml_ref_obj *document) in dom_get_doc_props_read_only() function
244 libxml_doc_props const* source = dom_get_doc_props_read_only(source_doc); in dom_copy_document_ref()
289 libxml_doc_props const* doc_props = dom_get_doc_props_read_only(document); in dom_get_doc_classmap()
304 return dom_get_doc_props_read_only(document)->stricterror; in dom_get_strict_error()

Completed in 42 milliseconds