Home
last modified time | relevance | path

Searched refs:dom_doc_propsptr (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/dom/
H A Ddocument.c279 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); 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()
306 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_format_output_read()
317 dom_doc_propsptr doc_prop = dom_get_doc_props(obj->document); in dom_document_format_output_write()
1210 dom_doc_propsptr doc_props; in dom_document_parser()
1334 dom_doc_propsptr doc_prop; in dom_parse_document()
1424 dom_doc_propsptr doc_props; in PHP_METHOD()
1470 dom_doc_propsptr doc_props; in PHP_METHOD()
1922 dom_doc_propsptr doc_prop; in dom_load_html()
2033 dom_doc_propsptr doc_props; in PHP_METHOD()
[all …]
H A Dxml_common.h23 typedef libxml_doc_props *dom_doc_propsptr; typedef
H A Dphp_dom.h111 dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document);
H A Dphp_dom.c152 dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document) in dom_get_doc_props()
154 dom_doc_propsptr doc_props; in dom_get_doc_props()
177 dom_doc_propsptr source, dest; in dom_copy_doc_props()
202 dom_doc_propsptr doc_props; in dom_set_doc_classmap()
223 dom_doc_propsptr doc_props; in dom_get_doc_classmap()
242 dom_doc_propsptr doc_props; in dom_get_strict_error()

Completed in 18 milliseconds