Home
last modified time | relevance | path

Searched defs:charset (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/standard/
H A Dhtml.c62 #define LIMIT_ALL(all, doctype, charset) do { \ argument
90 enum entity_charset charset, in get_next_char()
367 enum entity_charset charset = cs_utf_8; in determine_charset() local
563 static inline int map_from_unicode(unsigned code, enum entity_charset charset, unsigned *res) in map_from_unicode()
864 static inline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned… in write_octet_sequence()
932 enum entity_charset charset) in traverse_for_entities()
1090 enum entity_charset charset; in php_unescape_html_entities() local
1134 enum entity_charset charset, in find_entity_for_char()
1218 enum entity_charset charset = determine_charset(hint_charset TSRMLS_CC); in php_escape_html_entities_ex() local
1544 enum entity_charset charset, in write_s3row_data()
[all …]
H A Dhtml_tables.h42 enum entity_charset charset; member
/PHP-5.5/ext/iconv/
H A Diconv.c469 static int _php_check_ignore(const char *charset) in _php_check_ignore()
1990 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
2023 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
2063 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
2111 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
2275 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
2316 char *charset = ICONVG(internal_encoding); in PHP_FUNCTION() local
2443 char *type, *charset; in PHP_FUNCTION() local
/PHP-5.5/ext/filter/
H A Dfilter.c361 static void php_zval_filter(zval **value, long filter, long flags, zval *options, char* charset, ze… in php_zval_filter()
497 …ilter_recursive(zval **value, long filter, long flags, zval *options, char *charset, zend_bool cop… in php_zval_filter_recursive()
595 char *charset = NULL; in php_filter_call() local
/PHP-5.5/main/
H A DSAPI.c297 char *mimetype, *charset, *content_type; in get_default_content_type() local
365 char *charset, *newtype; in sapi_apply_default_charset() local
/PHP-5.5/ext/pdo_oci/
H A Dphp_pdo_oci_int.h38 ub2 charset; member
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c629 …t_internal(sybase_link *sybase, char *host, char *user, char *passwd, char *charset, char *appname… in php_sybase_do_connect_internal()
731 char *user = NULL, *passwd = NULL, *host = NULL, *charset = NULL, *appname = NULL; in php_sybase_do_connect() local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c53 const MYSQLND_CHARSET * charset = NULL; in mysqlnd_auth_handshake() local
H A Dmysqlnd.c448 const MYSQLND_CHARSET * charset; in mysqlnd_switch_to_ssl_if_needed() local
1796 const MYSQLND_CHARSET * const charset = mysqlnd_find_charset_name(csname); local
H A Dmysqlnd_structs.h883 const MYSQLND_CHARSET *charset; member
/PHP-5.5/ext/oci8/
H A Doci8.c1731 char *dbname = NULL, *charset = NULL; in php_oci_do_connect() local
1759 …ar *new_password, int new_password_len, char *dbname, int dbname_len, char *charset, long session_… in php_oci_do_connect_ex()
H A Dphp_oci8_int.h123 ub2 charset; /* charset ID */ member
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h164 char *charset; variable
/PHP-5.5/ext/mbstring/
H A Dmbstring.c2094 const char *charset; in PHP_FUNCTION() local
3306 enum mbfl_no_encoding charset, transenc; in PHP_FUNCTION() local
4094 char *charset = NULL; in PHP_FUNCTION() local
/PHP-5.5/ext/imap/
H A Dphp_imap.c3092 char *criteria = NULL, *charset = NULL; in PHP_FUNCTION() local
4088 char *criteria, *charset = NULL; in PHP_FUNCTION() local
4216 char *str, *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local

Completed in 153 milliseconds