Home
last modified time | relevance | path

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

/php-src/ext/dom/lexbor/lexbor/tag/
H A Dres.h35 {{.u.short_str = "a", .length = 1, .next = NULL}, LXB_TAG_A, 1, true},
36 {{.u.short_str = "abbr", .length = 4, .next = NULL}, LXB_TAG_ABBR, 1, true},
51 {{.u.short_str = "b", .length = 1, .next = NULL}, LXB_TAG_B, 1, true},
61 {{.u.short_str = "br", .length = 2, .next = NULL}, LXB_TAG_BR, 1, true},
73 {{.u.short_str = "dd", .length = 2, .next = NULL}, LXB_TAG_DD, 1, true},
81 {{.u.short_str = "dl", .length = 2, .next = NULL}, LXB_TAG_DL, 1, true},
82 {{.u.short_str = "dt", .length = 2, .next = NULL}, LXB_TAG_DT, 1, true},
83 {{.u.short_str = "em", .length = 2, .next = NULL}, LXB_TAG_EM, 1, true},
131 {{.u.short_str = "i", .length = 1, .next = NULL}, LXB_TAG_I, 1, true},
174 {{.u.short_str = "p", .length = 1, .next = NULL}, LXB_TAG_P, 1, true},
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr_res.h24 {{.u.short_str = "#undef", .length = 6, .next = NULL},
26 {{.u.short_str = "active", .length = 6, .next = NULL},
28 {{.u.short_str = "alt", .length = 3, .next = NULL},
34 {{.u.short_str = "class", .length = 5, .next = NULL},
36 {{.u.short_str = "color", .length = 5, .next = NULL},
40 {{.u.short_str = "dir", .length = 3, .next = NULL},
44 {{.u.short_str = "face", .length = 4, .next = NULL},
48 {{.u.short_str = "for", .length = 3, .next = NULL},
54 {{.u.short_str = "href", .length = 4, .next = NULL},
60 {{.u.short_str = "id", .length = 2, .next = NULL},
[all …]
/php-src/ext/dom/lexbor/lexbor/ns/
H A Dres.h31 {{.u.short_str = "", .length = 0, .next = NULL}, LXB_NS__UNDEF, 1, true},
32 {{.u.short_str = "", .length = 0, .next = NULL}, LXB_NS__ANY, 1, true},
43 {{.u.short_str = "#undef", .length = 6, .next = NULL}, LXB_NS__UNDEF, 1, true},
44 {{.u.short_str = "#any", .length = 4, .next = NULL}, LXB_NS__ANY, 1, true},
45 {{.u.short_str = "html", .length = 4, .next = NULL}, LXB_NS_HTML, 1, true},
46 {{.u.short_str = "math", .length = 4, .next = NULL}, LXB_NS_MATH, 1, true},
47 {{.u.short_str = "svg", .length = 3, .next = NULL}, LXB_NS_SVG, 1, true},
48 {{.u.short_str = "xlink", .length = 5, .next = NULL}, LXB_NS_XLINK, 1, true},
49 {{.u.short_str = "xml", .length = 3, .next = NULL}, LXB_NS_XML, 1, true},
50 {{.u.short_str = "xmlns", .length = 5, .next = NULL}, LXB_NS_XMLNS, 1, true}
/php-src/ext/dom/lexbor/patches/
H A D0001-Remove-unused-upper-case-tag-static-data.patch16 {{.u.short_str = "xmp", .length = 3, .next = NULL}, LXB_TAG_XMP, 1, true}
22 {{.u.short_str = "#UNDEF", .length = 6, .next = NULL}, LXB_TAG__UNDEF, 1, true},
24 {{.u.short_str = "WBR", .length = 3, .next = NULL}, LXB_TAG_WBR, 1, true},
25 {{.u.short_str = "XMP", .length = 3, .next = NULL}, LXB_TAG_XMP, 1, true}
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.h58 lxb_char_t short_str[LEXBOR_HASH_SHORT_SIZE + 1]; member
164 return (lxb_char_t *) entry->u.short_str; in lexbor_hash_entry_str()
177 memcpy(entry->u.short_str, data, length); in lexbor_hash_entry_str_set()
178 return (lxb_char_t *) entry->u.short_str; in lexbor_hash_entry_str_set()
H A Dhash.c406 to = entry->u.short_str; in lexbor_hash_copy()
431 to = entry->u.short_str; in lexbor_hash_copy_lower()
458 to = entry->u.short_str; in lexbor_hash_copy_upper()

Completed in 17 milliseconds