Home
last modified time | relevance | path

Searched refs:system_id (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument_type.c79 if (lexbor_str_copy(&new->system_id, in lxb_dom_document_type_interface_clone()
80 &dtype->system_id, document->text) == NULL) in lxb_dom_document_type_interface_clone()
94 lexbor_str_t system_id; in lxb_dom_document_type_interface_destroy() local
98 system_id = document_type->system_id; in lxb_dom_document_type_interface_destroy()
103 (void) lexbor_str_destroy(&system_id, text, false); in lxb_dom_document_type_interface_destroy()
H A Ddocument_type.h27 lexbor_str_t system_id; member
83 *len = doc_type->system_id.length; in lxb_dom_document_type_system_id()
86 return doc_type->system_id.data; in lxb_dom_document_type_system_id()
/PHP-8.2/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dinitial.c204 || (doc_type->system_id.length == 19 in lxb_html_tree_insertion_mode_initial_doctype()
206 (const char *) doc_type->system_id.data, 19) != 0) in lxb_html_tree_insertion_mode_initial_doctype()
253 if (doc_type->system_id.length != 0) { in lxb_html_tree_insertion_mode_initial_doctype_ckeck()
262 if (doc_type->public_id.length != 0 && doc_type->system_id.length == 0) { in lxb_html_tree_insertion_mode_initial_doctype_ckeck()
342 if (str->len == doc_type->system_id.length in lxb_html_tree_insertion_mode_initial_doctype_ckeck_system()
344 doc_type->system_id.data)) in lxb_html_tree_insertion_mode_initial_doctype_ckeck_system()
386 if (doc_type->system_id.length != 0) { in lxb_html_tree_insertion_mode_initial_doctype_check_limq()
/PHP-8.2/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-8.2/ext/dom/lexbor/lexbor/html/
H A Dtoken.c295 (void) lexbor_str_init(&doc_type->system_id, mraw, attr->value_size); in lxb_html_token_doctype_parse()
296 if (doc_type->system_id.data == NULL) { in lxb_html_token_doctype_parse()
304 (void) lexbor_str_append(&doc_type->system_id, mraw, attr->value, in lxb_html_token_doctype_parse()
319 (void) lexbor_str_init(&doc_type->system_id, mraw, attr->value_size); in lxb_html_token_doctype_parse()
320 if (doc_type->system_id.data == NULL) { in lxb_html_token_doctype_parse()
324 (void) lexbor_str_append(&doc_type->system_id, mraw, attr->value, in lxb_html_token_doctype_parse()
342 (void) lexbor_str_init(&doc_type->system_id, mraw, 0); in lxb_html_token_doctype_parse()
343 if (doc_type->system_id.data == NULL) { in lxb_html_token_doctype_parse()
/PHP-8.2/ext/dom/
H A Dhtml5_parser.c225 const lxb_char_t *system_id = lxb_dom_document_type_system_id(doctype, &system_id_len); in lexbor_libxml2_bridge_convert() local
230 system_id_len ? system_id : NULL in lexbor_libxml2_bridge_convert()
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c194 char system_id[32]; member
934 memcpy(info->system_id, zend_system_id, 32);
1819 if (memcmp(info.system_id, zend_system_id, 32) != 0) {
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic3005 # LST header system_id 0210h~PA-RISC 1.1,... identifies the target architecture
H A Dmagic私はガラスを食べられます3005 # LST header system_id 0210h~PA-RISC 1.1,... identifies the target architecture

Completed in 171 milliseconds