Home
last modified time | relevance | path

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

/PHP-8.4/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument_type.c90 lxb_dom_document_type_interface_destroy(lxb_dom_document_type_t *document_type) in lxb_dom_document_type_interface_destroy() argument
96 text = lxb_dom_interface_node(document_type)->owner_document->text; in lxb_dom_document_type_interface_destroy()
97 public_id = document_type->public_id; in lxb_dom_document_type_interface_destroy()
98 system_id = document_type->system_id; in lxb_dom_document_type_interface_destroy()
100 (void) lxb_dom_node_interface_destroy(lxb_dom_interface_node(document_type)); in lxb_dom_document_type_interface_destroy()
H A Ddocument_type.h39 lxb_dom_document_type_interface_destroy(lxb_dom_document_type_t *document_type);
/PHP-8.4/ext/standard/
H A Dhtml.c584 static inline int unicode_cp_is_allowed(unsigned uni_cp, int document_type) in unicode_cp_is_allowed() argument
610 switch (document_type) { in unicode_cp_is_allowed()
635 static inline int numeric_entity_is_allowed(unsigned uni_cp, int document_type) in numeric_entity_is_allowed() argument
638 switch (document_type) { in numeric_entity_is_allowed()
658 return unicode_cp_is_allowed(uni_cp, document_type); in numeric_entity_is_allowed()
928 int document_type = flags & ENT_HTML_DOC_TYPE_MASK; in unescape_inverse_map() local
931 switch (document_type) { in unescape_inverse_map()
941 switch (document_type) { in unescape_inverse_map()
/PHP-8.4/ext/dom/
H A Dconfig.w3225 …a_section.c character_data.c comment.c document.c document_fragment.c document_type.c element.c no…
H A Dconfig.m452 $LEXBOR_DIR/dom/interfaces/document_type.c

Completed in 14 milliseconds