Home
last modified time | relevance | path

Searched refs:libxml_doc_props (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/ext/libxml/
H A Dphp_libxml.h59 } libxml_doc_props; typedef
68 libxml_doc_props *doc_props;
/PHP-8.3/ext/dom/
H A Dxml_common.h23 typedef libxml_doc_props *dom_doc_propsptr;
H A Ddocument.c278 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_strict_error_checking_read()
300 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_format_output_read()
321 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_validate_on_parse_read()
342 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_resolve_externals_read()
363 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_preserve_whitespace_read()
384 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_recover_read()
405 libxml_doc_props const* doc_prop = dom_get_doc_props_read_only(obj->document); in dom_document_substitue_entities_read()
1271 libxml_doc_props const* doc_props = dom_get_doc_props_read_only(document); in dom_document_parser()
1485 libxml_doc_props const* doc_props = dom_get_doc_props_read_only(intern->document); in PHP_METHOD()
1523 libxml_doc_props const* doc_props = dom_get_doc_props_read_only(intern->document); in PHP_METHOD()
[all …]
H A Dphp_dom.c150 static const libxml_doc_props default_doc_props = {
169 doc_props = emalloc(sizeof(libxml_doc_props)); in dom_get_doc_props()
170 memcpy(doc_props, &default_doc_props, sizeof(libxml_doc_props)); in dom_get_doc_props()
179 libxml_doc_props const* dom_get_doc_props_read_only(const php_libxml_ref_obj *document) in dom_get_doc_props_read_only()
194 libxml_doc_props const* source = dom_get_doc_props_read_only(source_doc); in dom_copy_doc_props()
237 libxml_doc_props const* doc_props = dom_get_doc_props_read_only(document); in dom_get_doc_classmap()
H A Dphp_dom.h119 libxml_doc_props const* dom_get_doc_props_read_only(const php_libxml_ref_obj *document);

Completed in 50 milliseconds