Home
last modified time | relevance | path

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

/PHP-7.3/ext/dom/
H A Ddocument.c456 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); 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()
483 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_format_output_read()
494 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); 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()
519 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_validate_on_parse_write()
1367 doc_props = dom_get_doc_props(document); in dom_document_parser()
1585 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
1624 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
2131 doc_props = dom_get_doc_props(intern->document); in PHP_FUNCTION()
[all …]
H A Dphp_dom.h100 dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document);
H A Dphp_dom.c159 dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document) in dom_get_doc_props() function
188 source = dom_get_doc_props(source_doc); in dom_copy_doc_props()
189 dest = dom_get_doc_props(dest_doc); in dom_copy_doc_props()
212 doc_props = dom_get_doc_props(document); in dom_set_doc_classmap()
233 doc_props = dom_get_doc_props(document); in dom_get_doc_classmap()
251 doc_props = dom_get_doc_props(document); in dom_get_strict_error()

Completed in 16 milliseconds