Lines Matching refs:hint_charset
921 …nsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC) in php_unescape_html_entities()
926 enum entity_charset charset = determine_charset(hint_charset TSRMLS_CC); in php_unescape_html_entities()
1117 …nsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset TSRMLS_DC) in php_escape_html_entities()
1119 …return php_escape_html_entities_ex(old, oldlen, newlen, all, quote_style, hint_charset, 1 TSRMLS_C… in php_escape_html_entities()
1125 …d char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset, zend_bool doub… in php_escape_html_entities_ex() argument
1129 enum entity_charset charset = determine_charset(hint_charset TSRMLS_CC); in php_escape_html_entities_ex()
1279 char *str, *hint_charset = NULL; in php_html_entities() local
1286 …s(ZEND_NUM_ARGS() TSRMLS_CC, "s|ls!b", &str, &str_len, "e_style, &hint_charset, &hint_charset_… in php_html_entities()
1290 …replaced = php_escape_html_entities_ex(str, str_len, &len, all, quote_style, hint_charset, double_… in php_html_entities()
1389 char *str, *hint_charset = NULL; in PHP_FUNCTION() local
1395 "e_style, &hint_charset, &hint_charset_len) == FAILURE) { in PHP_FUNCTION()
1399 replaced = php_unescape_html_entities(str, str_len, &len, 1, quote_style, hint_charset TSRMLS_CC); in PHP_FUNCTION()