Searched defs:inv_map (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | html.c | 931 const entity_ht *inv_map, 988 if (resolve_named_entity_html(start, ent_len, inv_map, &code, &code2) == FAILURE) { 991 /* uses html4 inv_map, which doesn't include apos;. This is a 1222 const entity_ht *inv_map = NULL; /* used for !double_encode */ local 1243 inv_map = unescape_inverse_map(1, flags); 1399 if (resolve_named_entity_html(start, ent_len, inv_map, &dummy1, &dummy2) == FAILURE) { 1402 /* uses html4 inv_map, which doesn't include apos;. This is a 924 traverse_for_entities( const char *old, size_t oldlen, char *ret, size_t *retlen, int all, int flags, const entity_ht *inv_map, enum entity_charset charset) argument
|
Completed in 5 milliseconds