Searched refs:entity_cp_map (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | html_tables.h | 2611 } entity_cp_map; typedef 2613 typedef const entity_cp_map *entity_ht_bucket; 2620 static const entity_cp_map ht_bucket_empty[] = { {NULL, 0, 0, 0} }; 2982 static const entity_cp_map ht_bucket_html5_3C0[] = { {"GT", 2, 0x0003E, 0}, {NULL, 0, 0, 0} }; 2987 static const entity_cp_map ht_bucket_html5_3D3[] = { {"Gg", 2, 0x022D9, 0}, {NULL, 0, 0, 0} }; 2990 static const entity_cp_map ht_bucket_html5_3E0[] = { {"Gt", 2, 0x0226B, 0}, {NULL, 0, 0, 0} }; 3010 static const entity_cp_map ht_bucket_html5_41B[] = { {"Im", 2, 0x02111, 0}, {NULL, 0, 0, 0} }; 4298 static const entity_cp_map *const ht_buckets_html5[] = { 6010 static const entity_cp_map *const ht_buckets_html4[] = { 6177 static const entity_cp_map *const ht_buckets_be_noapos[] = { [all …]
|
H A D | html.c | 859 const entity_cp_map *s; in resolve_named_entity_html()
|
Completed in 160 milliseconds