Home
last modified time | relevance | path

Searched refs:public_id (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dinitial.c203 || doc_type->public_id.length != 0 in lxb_html_tree_insertion_mode_initial_doctype()
244 if (doc_type->public_id.length != 0) { in lxb_html_tree_insertion_mode_initial_doctype_ckeck()
271 if (doc_type->public_id.length != 0) { in lxb_html_tree_insertion_mode_initial_doctype_ckeck()
302 if (str->len == doc_type->public_id.length in lxb_html_tree_insertion_mode_initial_doctype_ckeck_public()
304 doc_type->public_id.data)) in lxb_html_tree_insertion_mode_initial_doctype_ckeck_public()
317 if (str->len <= doc_type->public_id.length in lxb_html_tree_insertion_mode_initial_doctype_ckeck_public()
319 doc_type->public_id.data, str->len)) in lxb_html_tree_insertion_mode_initial_doctype_ckeck_public()
367 if (str->len <= doc_type->public_id.length in lxb_html_tree_insertion_mode_initial_doctype_ckeck_pubsys()
369 doc_type->public_id.data, str->len)) in lxb_html_tree_insertion_mode_initial_doctype_ckeck_pubsys()
402 if (str->len <= doc_type->public_id.length in lxb_html_tree_insertion_mode_initial_doctype_check_limq()
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument_type.c73 if (lexbor_str_copy(&new->public_id, in lxb_dom_document_type_interface_clone()
74 &dtype->public_id, document->text) == NULL) in lxb_dom_document_type_interface_clone()
93 lexbor_str_t public_id; in lxb_dom_document_type_interface_destroy() local
97 public_id = document_type->public_id; in lxb_dom_document_type_interface_destroy()
102 (void) lexbor_str_destroy(&public_id, text, false); in lxb_dom_document_type_interface_destroy()
H A Ddocument_type.h26 lexbor_str_t public_id; member
73 *len = doc_type->public_id.length; in lxb_dom_document_type_public_id()
76 return doc_type->public_id.data; in lxb_dom_document_type_public_id()
/php-src/ext/libxml/tests/
H A Dnull_returned_by_resolver.phpt9 libxml_set_external_entity_loader(function ($public_id, $system_id, $context) {
10 var_dump($public_id, $system_id, $context);
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtoken.c282 (void) lexbor_str_init(&doc_type->public_id, mraw, attr->value_size); in lxb_html_token_doctype_parse()
283 if (doc_type->public_id.data == NULL) { in lxb_html_token_doctype_parse()
291 (void) lexbor_str_append(&doc_type->public_id, mraw, attr->value, in lxb_html_token_doctype_parse()
335 (void) lexbor_str_init(&doc_type->public_id, mraw, 0); in lxb_html_token_doctype_parse()
336 if (doc_type->public_id.data == NULL) { in lxb_html_token_doctype_parse()
/php-src/ext/dom/
H A Dhtml5_parser.c259 const lxb_char_t *public_id = lxb_dom_document_type_public_id(doctype, &public_id_len); in lexbor_libxml2_bridge_convert() local
264 public_id_len ? public_id : NULL, in lexbor_libxml2_bridge_convert()

Completed in 23 milliseconds