| H A D | html.c | 62 #define LIMIT_ALL(all, doctype, charset) do { \ 63 (all) = (all) && !CHARSET_PARTIAL_SUPPORT((charset)) && ((doctype) != ENT_HTML_DOC_XML1); \ 749 /* all non-SGML characters (those marked with UNUSED in DESCSET) should be 819 /* "&" is represented by a 0x26 in all supported encodings. That means 918 * - The argument "all" determines if all numeric entities are decode or only those 929 int all, 967 if (!all && (code > 63U || 1036 static const entity_ht *unescape_inverse_map(int all, in argument 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 1064 determine_entity_table(int all, int doctype) argument 1086 php_unescape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC) argument 1126 php_escape_html_entities(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset TSRMLS_DC) argument 1214 php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool double_encode TSRMLS_DC) argument 1433 php_html_entities(INTERNAL_FUNCTION_PARAMETERS, int all) argument 1595 long all = HTML_SPECIALCHARS, local [all...] |