Home
last modified time | relevance | path

Searched refs:LXB_NS__UNDEF (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/ns/
H A Dconst.h24 LXB_NS__UNDEF = 0x00, enumerator
H A Dres.h31 {{.u.short_str = "", .length = 0, .next = NULL}, LXB_NS__UNDEF, 1, true},
43 {{.u.short_str = "#undef", .length = 6, .next = NULL}, LXB_NS__UNDEF, 1, true},
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_caption.c27 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_caption_caption_closed()
66 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_caption_ct_open_closed()
H A Din_cell.c18 LXB_NS__UNDEF); in lxb_html_tree_close_cell()
53 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_cell_tdth_closed()
H A Din_body.c667 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_body_button()
711 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_body_abcdfhlmnopsu_closed()
754 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_body_form_closed()
777 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_body_form_closed()
900 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_body_h123456_closed()
1120 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_body_amo_closed()
1474 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_body_rbrtc()
H A Din_head.c338 LXB_NS__UNDEF); in lxb_html_tree_insertion_mode_in_head_template_closed()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.c392 return LXB_NS__UNDEF; in lxb_html_tokenizer_current_namespace()
398 return LXB_NS__UNDEF; in lxb_html_tokenizer_current_namespace()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Delement.c188 ns_data = lxb_ns_data_by_id(document->ns, LXB_NS__UNDEF); in lxb_dom_element_create()
745 if (element->node.prefix == LXB_NS__UNDEF) { in lxb_dom_element_prefix()
H A Dattr.c167 if (ns_data == NULL || ns_data->ns_id == LXB_NS__UNDEF) { in lxb_dom_attr_set_name_ns()
H A Dnode.c539 cb_ctx->prefix_id = LXB_NS__UNDEF; in lxb_dom_node_prepare_by_attr()
587 cb_ctx->prefix_id = LXB_NS__UNDEF; in lxb_dom_node_prepare_by()
/php-src/ext/dom/
H A Dinner_html_mixin.c204 element->node.ns = ns_data == NULL ? LXB_NS__UNDEF : ns_data->ns_id; in dom_html_fragment_parsing_algorithm()
H A Dhtml5_parser.c126 lexbor_libxml2_bridge_work_list_item_push(&work_list, node, LXB_NS__UNDEF, root, NULL); in lexbor_libxml2_bridge_convert()
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c1462 if (ns != LXB_NS_HTML && ns != LXB_NS__UNDEF) { in lxb_html_tokenizer_state_markup_declaration_open()
1569 if (ns != LXB_NS_HTML && ns != LXB_NS__UNDEF) { in lxb_html_tokenizer_state_markup_declaration_cdata()

Completed in 35 milliseconds