Searched refs:entity_cp_map (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | html_tables.h | 2607 } entity_cp_map; typedef 2609 typedef const entity_cp_map *entity_ht_bucket; 2616 static const entity_cp_map ht_bucket_empty[] = { {NULL, 0, 0, 0} }; 2978 static const entity_cp_map ht_bucket_html5_3C0[] = { {"GT", 2, 0x0003E, 0}, {NULL, 0, 0, 0} }; 2983 static const entity_cp_map ht_bucket_html5_3D3[] = { {"Gg", 2, 0x022D9, 0}, {NULL, 0, 0, 0} }; 2986 static const entity_cp_map ht_bucket_html5_3E0[] = { {"Gt", 2, 0x0226B, 0}, {NULL, 0, 0, 0} }; 3006 static const entity_cp_map ht_bucket_html5_41B[] = { {"Im", 2, 0x02111, 0}, {NULL, 0, 0, 0} }; 4294 static const entity_cp_map *const ht_buckets_html5[] = { 6006 static const entity_cp_map *const ht_buckets_html4[] = { 6173 static const entity_cp_map *const ht_buckets_be_noapos[] = { [all …]
|
H A D | html.c | 741 const entity_cp_map *s; in resolve_named_entity_html()
|
Completed in 66 milliseconds